11 lines
265 B
Markdown
11 lines
265 B
Markdown
|
|
# Input Preset API
|
||
|
|
|
||
|
|
Scripts that manage user input events.
|
||
|
|
|
||
|
|
# Example
|
||
|
|
|
||
|
|
<input type="text" id="presetExample1" placeholder="Type something" />
|
||
|
|
<input type="text"
|
||
|
|
data-input-preset="#presetExample1"
|
||
|
|
placeholder="Watch here"
|
||
|
|
disabled />
|