We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The text was updated successfully, but these errors were encountered:
Select 选择器 是原生 HTML标签加了点样式。
目前没有这么高级的组件
<select name="cars" id="cars"> <optgroup label="Swedish Cars"> <option value="volvo">Volvo</option> <option value="saab">Saab</option> </optgroup> <optgroup label="German Cars"> <option value="mercedes">Mercedes</option> <option value="audi">Audi</option> </optgroup> </select>
如果需要实现,使用 optgroup ,监听 onChange 事件自己操作。
@huqiaoli
Sorry, something went wrong.
No branches or pull requests
类似gitlab 选择标签的时候可以直接创建
The text was updated successfully, but these errors were encountered: