TextField Outlined
Closed this issue · 3 comments
Hi,
I'm having trouble using Outlined TextField, seems like something is broken, I copy-pasted the source from the documentation
https://skclusive.github.io/Skclusive.Material.Docs/text regarding Outlined but this is the result I'm getting, am I missing something here?
thanks for reporting. would be related to the browser locale and .net ToString() method related. we have updated .ToString(CultureInfo.Invariant) as code base. will be addressed in next release candidates in few days.
5.0.0-rc2 version of skclusive-ui released with this bug addressed. could you please verify with rc1 builds?
https://github.com/skclusive/Skclusive.Blazor.Samples and https://github.com/skclusive/Skclusive.Material.Docs projects updated with latest release incase to refer.
Yea, works well now.
Thanks.