svelte-material-ui
svelte-material-ui copied to clipboard
(bugfix):fix iOS non-english input issue
Fix Textfield in iOS, non-english input issue.
This would have unintended consequences. Basically it breaks value prop binding.
Without those lines, a change to the value var wouldn't propagate to the input element.
@hperrin thanks for your reply. I removed this line, seems input still ok.
but it would be great to have a proper fix.
I'd like to get this in, if it can be updated/fixed.
@hperrin updated.