Skip to content

Commit

Permalink
Merge branch 'master' into kit
Browse files Browse the repository at this point in the history
  • Loading branch information
mskocik committed Jul 11, 2023
2 parents 886e8b9 + f2e45a7 commit c194dc4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/build/app.css

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

2 changes: 1 addition & 1 deletion docs/build/app.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -769,9 +769,9 @@ <h4 id="options">Options</h4>
</tr>
<tr>
<td>selectOnTab</td>
<td>bool</td>
<td><code>false</code></td>
<td>Allow selecting currently active item by <kbd>Tab</kbd> key</td>
<td>bool|string|null</td>
<td><code>null</code></td>
<td>Based on value provided, it allows selecting currently active item by <kbd>Tab</kbd> AND (if value is <code>'select-navigate'</code>) also focus next input. The constant <code>TAB_SELECT_NAVIGATE</code> is exported from svelecte.</td>
</tr>
<tr>
<td>resetOnBlur</td>
Expand Down
1 change: 1 addition & 0 deletions docs/src/02-basicPlain.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
bind:readSelection={selection}
bind:value={value}
multiple
highlightFirstItem={false}
placeholder="Select country"
></Svelecte>

Expand Down

0 comments on commit c194dc4

Please sign in to comment.