iron-form
iron-form copied to clipboard
Custom form element
Creating this issue in reference to https://github.com/PolymerElements/iron-autogrow-textarea/issues/33 For elements like iron-autogrow-textarea they can't be used with native form elements because adding a name attribute to the contained textarea results in...
There is a very nice `file-input` custom element https://github.com/rnicholus/file-input but unfortunately `iron-form` seems to ignore it while submission. Could you please support it?
Frameworks like Angular provide a compelling example ([working plnkr](http://plnkr.co/edit/aVzf9eCmawzLAFSCqcUV?p=preview)): ``` html (...) ``` This example live binds the submit button's disabled state to the form's invalid state with simply `ng-disabled="myform.$invalid"`,...
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.0.0 to 7.23.2. Release notes Sourced from @babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...
This prevents the user-provided form content in the demos from being interpreted as HTML.