Skip to content

Commit 0c3a53c

Browse files
authored
Merge pull request #244 from charlesbdudley/master
Added showOptionsWhenEmpty prop to Tokenizer
2 parents c509c44 + 5ba3d37 commit 0c3a53c

File tree

3 files changed

+2135
-145
lines changed

3 files changed

+2135
-145
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -393,6 +393,13 @@ Default: true
393393

394394
If false, the default classNames are removed from the tokenizer and the typeahead.
395395

396+
#### props.showOptionsWhenEmpty
397+
398+
Type: `boolean`
399+
Default: false
400+
401+
If true, options will still be rendered when there is no value.
402+
396403
### Tokenizer ([Exposed Component Functions][reactecf])
397404

398405
#### tokenizer.focus

0 commit comments

Comments
 (0)