2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-05-23 03:54:04 +03:00
Files
vue-select/docs/gitbook/Api/props.csv
T
Jeff 7e859dca18 - add include-csv plugin
- adjust default codepen theme
- update github edit base
- doc content overhaul up to localization
2018-01-14 20:12:26 -08:00

25 lines
523 B
CSV

name,type,default
value,Object || String || null,
options,Array,
disabled,Boolean,
maxHeight,String,
searchable,Boolean,
multiple,Boolean,
placeholder,String,
transition,String,
clearSearchOnSelect,Boolean,
closeOnSelect,Boolean,
label,String,
getOptionLabel,Function,
filterFunction,Function,
filter,Function,
onChange,Function,
taggable,Boolean,
tabindex,Number,
pushTags,Boolean,
filterable,Boolean,
createOption,Function,
resetOnOptionsChange,Boolean,
noDrop,Boolean,
inputId,String,
dir,String,