mohsen1 / angular-json-schema-form

Angular directive for making forms out of JSON Schema
http://azimi.me/angular-json-schema-form/demo/demo.html
MIT License
30 stars 59 forks source link

Cannot input with IME on MacOS #7

Open debuggings opened 8 years ago

debuggings commented 8 years ago

The keyup event triggers blur and focus, which will interrupt IME on MacOS. Tried with Firefox, Chrome and Safari. But browsers on windows work fine.

mohsen1 commented 8 years ago

I'm not sure if I understand what the problem is. Can you write a step by step guide to reproduce it?

debuggings commented 8 years ago

Sorry, my English is poor. https://raw.githubusercontent.com/debuggings/angular-json-schema-form/master/1.png https://raw.githubusercontent.com/debuggings/angular-json-schema-form/master/2.png https://raw.githubusercontent.com/debuggings/angular-json-schema-form/master/3.png https://raw.githubusercontent.com/debuggings/angular-json-schema-form/master/4.png https://raw.githubusercontent.com/debuggings/angular-json-schema-form/master/5.png