json-schema-form / angular-schema-form

Generate forms from a JSON schema, with AngularJS!
https://json-schema-form.github.io/angular-schema-form
MIT License
2.47k stars 653 forks source link

Does this support onPaste event? #933

Closed Tina92 closed 6 years ago

Tina92 commented 6 years ago

I want to get the date on clipboard. I can make it through the ng-paste directive usually. Now, can this default input suppport onPaste event ?

Anthropic commented 6 years ago

Having never used it I can't be certain, but as is I doubt it, you would probably have to use a builder with the decorator to add the attribute.

Tina92 commented 6 years ago

Yeah, I hava solved this problem through the method about the decorator. 😊 Thank you !

Anthropic commented 6 years ago

Great, thanks for letting me know @Tina92