svelte-material-ui icon indicating copy to clipboard operation
svelte-material-ui copied to clipboard

(bugfix):fix iOS non-english input issue

Open cht8687 opened this issue 4 years ago • 5 comments

Fix Textfield in iOS, non-english input issue.

cht8687 avatar Jul 30 '20 10:07 cht8687

This would have unintended consequences. Basically it breaks value prop binding.

hperrin avatar Aug 05 '20 00:08 hperrin

Without those lines, a change to the value var wouldn't propagate to the input element.

hperrin avatar Aug 05 '20 00:08 hperrin

@hperrin thanks for your reply. I removed this line, seems input still ok.

but it would be great to have a proper fix.

cht8687 avatar Aug 05 '20 02:08 cht8687

I'd like to get this in, if it can be updated/fixed.

hperrin avatar May 05 '21 18:05 hperrin

@hperrin updated.

cht8687 avatar Sep 07 '21 13:09 cht8687