选择控件
选择控制组件允许用户使用选择项,这些组件必须和 v-model
属性一起使用,因为他们无法保持自己的状态。
API
Components.SelectionControls.
Components.SelectionControls.
Components.SelectionControls.
将指定的色彩应用与控件
单选框列显示
应用暗黑主题变体
输入框是禁用的
将输入框设置为手动错误状态。
Components.SelectionControls.
将输入框置于错误状态,并传入自定义的错误信息。将与来自规则(rules)属性的任何验证相结合。这个字段不会触发验证。
设置组件高度
Components.SelectionControls.
Components.SelectionControls.
设置输入框标签
应用明亮主题变体
Components.SelectionControls.
强制选择复选框组的一个子复选框 v-radio
Components.SelectionControls.
设置组件的 name 属性
Components.SelectionControls.
Components.SelectionControls.
Components.SelectionControls.
Components.SelectionControls.
单选框行显示
返回True或带有错误信息的字符串的函数数组。
Components.SelectionControls.
Components.SelectionControls.
延迟验证直到失去焦点的事件被触发
设置选择控件组件的值
Components.SelectionControls.
示例
复选框 - 布尔值
复选框 - 数组
复选框 - 状态
复选框 - 色彩
复选框可以设置颜色通过使用 color
属性,颜色可以是任何内置的颜色或者其上下文名称。
复选框 - 和文本框内联
单选框 - 默认
Radio-groups are by default mandatory. This can be changed with the mandatory
prop.
单选框 - 方向
单选框组可以作为一行或者一列的形式,通过使用 column 或者 row 属性设置,默认是使用列的方式。
单选框 - 颜色
单选框也是可以通过 color
属性使用内置的颜色来设置色彩。
开关 - 布尔值
开关 - 数组
开关 - 状态
开关 - 颜色
开关也可以通过 color
属性使用内置的颜色来设置色彩。
Label slot
Selection controls' labels can be defined in label
slot - that will allow to use HTML content