diff --git a/docs/src/pages/components/Chips.vue b/docs/src/pages/components/Chips.vue index 3db5c37..8a9c651 100644 --- a/docs/src/pages/components/Chips.vue +++ b/docs/src/pages/components/Chips.vue @@ -18,9 +18,51 @@ - empty - Type - Description + v-model + Array + A required model object to bind the value. + + + + disabled + Boolean + Disable the chips and prevent his actions. Default: false + + + + md-input-id + String + The chips input id. + + + + md-input-name + String + The chips input name. + + + + md-input-placeholder + String + The chips input placeholder. + + + + md-input-type + String + The chips input type. Cannot be "file". Default: text + + + + md-static + Boolean + Display read only chips. Default: false + + + + md-max + Number + The max number of chips to be added. This property works only for new chips. If the initial value in the v-model have more chips than the max value, all the chips will be rendered. Default: Infinity