Sha256: 816747d61f7d9f1ce7540c23be5083ead4ef9c0cbcf6e333d42d68f15b06ea75
Contents?: true
Size: 443 Bytes
Versions: 10
Compression:
Stored size: 443 Bytes
Contents
# iron-input An input with data binding. By default you can only get notified of changes to an `input`'s `value` due to user input: ```html <input value="{{myValue::input}}"> ``` `iron-input` adds the `bind-value` property that mirrors the `value` property, and can be used for two-way data binding. `bind-value` will notify if it is changed either by user input or by script. ```html <input is="iron-input" bind-value="{{myValue}}"> ```
Version data entries
10 entries across 10 versions & 4 rubygems