@frui.ts/bootstrap v0.17.5
bootstrap
Bootstrap controls ready for Frui.ts integration. Mainly input controls wrapped in BindingComponent.
Input
TODOSelect
items- list of available values.keyProperty- name of the property initemsthat contain item's key. Default is"id".textProperty- name of the property initemsthat contain item's label displayed in the dropdown control. Default is"label".mode- specify if only the key or the whole selected entity should be set to the bound property. Default is"item".allowEmpty- displays an empty item withundefinedvalue.isNumeric- when in thekeymode, keys are by defaultstring. If you want to use numbers only, you need to enable this prop.
TODOCheck
You can use all props as in React Boostrap Check, especially:
type- specify type of the control:"check" | "radio" | "switch"id- unique identifier used to bind label with the actual<input>control
Moreover, the are the follofing additional props:
threeState- if set totrue, the control displaysindeterminatestate if the bound value isnullvalue- this value is set to the bound property when the check is selected. Default set totrueso that checkboxes by default.
TODO3 years ago
3 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago