Skip to content

Commit f420fb7

Browse files
author
Limon Monte
committed
Readme: add ids for input params
1 parent fe1b451 commit f420fb7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

index.html

+6-6
Original file line numberDiff line numberDiff line change
@@ -566,32 +566,32 @@ <h3>Configuration</h3>
566566
<td><i>null</i></td>
567567
<td>A custom CSS class for the customized icon.</td>
568568
</tr>
569-
<tr>
569+
<tr id="input-placeholder">
570570
<td><b>inputPlaceholder</b></td>
571571
<td><i>''</i></td>
572572
<td>Input field placeholder.</td>
573573
</tr>
574-
<tr>
574+
<tr id="input-value">
575575
<td><b>inputValue</b></td>
576576
<td><i>''</i></td>
577577
<td>Input field initial value.</td>
578578
</tr>
579-
<tr>
579+
<tr id="input-options">
580580
<td><b>inputOptions</b></td>
581581
<td><i>{} or Promise</i></td>
582582
<td>If <strong>input</strong> parameter is set to <strong>"select"</strong> or <strong>"radio"</strong>, you can provide options. Object keys will represent options values, object values will represent options text values.</td>
583583
</tr>
584-
<tr>
584+
<tr id="input-auto-trim">
585585
<td><b>inputAutoTrim</b></td>
586586
<td><i>true</i></td>
587587
<td>Automatically remove whitespaces from both ends of a result string. Set this parameter to <strong>false</strong> to disable auto-trimming.</td>
588588
</tr>
589-
<tr>
589+
<tr id="input-validator">
590590
<td><b>inputValidator</b></td>
591591
<td><i>null</i></td>
592592
<td>Validator for input field, should return Promise, see <a href="#select-box">usage example</a>.</td>
593593
</tr>
594-
<tr>
594+
<tr id="input-class">
595595
<td><b>inputClass</b></td>
596596
<td><i>null</i></td>
597597
<td>A custom CSS class for the input field.</td>

0 commit comments

Comments
 (0)