8000 Merge pull request #90 from laravel-enso/feature/searchMode · laravel-enso/forms@0a0956b · GitHub
[go: up one dir, main page]

Skip to content

Commit 0a0956b

Browse files
authored
Merge pull request #90 from laravel-enso/feature/searchMode
adds searchMode to meta optional attributes
2 parents d1ae82b + af50b1b commit 0a0956b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Attributes/Meta.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class Meta
1111
'hidden', 'source', 'format', 'altFormat', 'time', 'rows', 'placeholder', 'trackBy',
1212
'label', 'tooltip', 'symbol', 'precision', 'thousand', 'decimal', 'positive', 'negative',
1313
'zero', 'resize', 'translated', 'time12hr', 'disable-clear', 'objects', 'toolbar',
14-
'plugins', 'taggable',
14+
'plugins', 'taggable', 'searchMode',
1515
];
1616

1717
public const Types = [

0 commit comments

Comments
 (0)
0