This repository was archived by the owner on Mar 13, 2018. It is now read-only.
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 18
18
*
19
19
* <core-input multiline placeholder="Enter multiple lines here"></core-input>
20
20
*
21
- * The text input's value is considered "committed" if the user hits the < enter>
21
+ * The text input's value is considered "committed" if the user hits the ` enter`
22
22
* key or blurs the input after changing the value. The "change" event is fired
23
23
* when the value becomes committed, and the committed value is stored in the
24
24
* "value" property. The current value of the input is stored in the "inputValue"
54
54
55
55
/**
56
56
* Fired when the user commits the value of the input, either by the hitting the
57
- * < enter> key or blurring the input after the changing the inputValue. Also see the
57
+ * ` enter` key or blurring the input after the changing the inputValue. Also see the
58
58
* DOM "change" event.
59
59
*
60
60
* @event change
143
143
144
144
/**
145
145
* The value of the input committed by the user, either by changing the
146
- * inputValue and blurring the input, or by hitting the < enter> key.
146
+ * inputValue and blurring the input, or by hitting the ` enter` key.
147
147
*
148
148
* @attribute value
149
149
* @type string
You can’t perform that action at this time.
0 commit comments