Skip to content

Commit

Permalink
update inputId description
Browse files Browse the repository at this point in the history
  • Loading branch information
mskocik authored Dec 21, 2021
1 parent de25b67 commit ca00ee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ multiple | bool | `false` | allow multiselection. Will b
max | number | `0` | Maximum allowed items selected, applicable only for multiselect
collapseSelection | bool | `false` | collapse selection when `multiple` and not focused
name | string | `null` | create `<select>`, usable for normal forms.
inputId | string | `sv-inp-x` | allow targeting input using a html label.
inputId | string | `null` | allow targeting input using a html label.
creatable | bool | `false` | Allow creating new item(s)
creatablePrefix | string | `*` | Prefix marking new item
allowEditing | bool | `false` | When pressing `Backspace` switch to edit mode instead of removing newly created item
Expand Down

0 comments on commit ca00ee6

Please sign in to comment.