Skip to content

Commit

Permalink
Merge pull request #73 from lionelB/lionelb/add-id-to-input
Browse files Browse the repository at this point in the history
feat: allow focusing input using id, closes #72
  • Loading branch information
mskocik authored Dec 21, 2021
2 parents 7e2dae0 + ca00ee6 commit 505e98f
Show file tree
Hide file tree
Showing 10 changed files with 11,893 additions and 7 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +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 | `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
2 changes: 1 addition & 1 deletion dist/svelecte-element.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/svelecte.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/svelecte.mjs

Large diffs are not rendered by default.

Loading

0 comments on commit 505e98f

Please sign in to comment.