From 4f0d5e32160206f0d77212e6855c7a099b683a0d Mon Sep 17 00:00:00 2001 From: Marcos Moura Date: Tue, 27 Dec 2016 15:46:39 -0200 Subject: [PATCH] add md-chips docs --- docs/src/pages/components/Chips.vue | 48 +++++++++++++++++++++++++++-- 1 file changed, 45 insertions(+), 3 deletions(-) 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