built with Vue.js 2.0 & Buefy
https://tsengm6h6.github.io/dynamic-search-demo/
- dynamic configuration supported
- field type: input, autocomplete
- supports multiple search options
- click [Try it] button to add your own configuration
- Vue: ^2.6.11
- Buefy: ^0.9.22
npm install
npm run serve
npm run build
npm run lint
- Type:
String
- Required:
true
- Default:
''
Key for api parameters.
- Type:
String
- Required:
true
- Default:
''
Display label.
- Type:
String
- Required:
true
- Default:
null
The field type for generating dynamic search component.
- Type:
Array
- Required:
false
- Default:
[]
Options are required for autocomplete
or select
component.
Must be Object array with both value
and display
attributes.
- Type:
Object
- Required:
false
- Default:
{}
Key value pairs of additional attributes.
for example, placeholder: "Enter your name here"
.
Component will use the default attributes if attrs
is not provided.
- Type:
String
- Required:
false
- Default:
null
Value for api parameters.
- Type:
Boolean
- Required:
false
- Default:
false
Define if the search condition accepts multiple values.