Lines Matching refs:selector

6 The **\<picker-view>** component provides the view that shows an embedded scrollable selector on th…
20selector, which cannot be changed dynamically. Available values are as follows:<br>- **text**: tex…
26 | range | Array | - | No | Value range of the text selector.<br>Use the data bindin…
27 | selected | string | 0 | No | Default value of the text selector. The value is the ind…
28 …- | No | Prefix field added when a value is specified for the text selector. …
29 …- | No | Suffix field added when a value is specified for the text selector. …
36 …t time | No | Default value of the time selector, in the format of…
37 …4<sup>1-4</sup><br>-<sup>5+</sup> | No | Time format used by the time selector. Available values…
43 | start | &lt;time&gt; | 1970-1-1 | No | Start date of the date selector, in the f…
44 | end | &lt;time&gt; | 2100-12-31 | No | End date of the date selector, in the for…
45 | selected | string | Current date | No | Default value of the date selector
47 … | No | Whether to display the lunar calendar switch in the date selector. When this switch…
53 … | No | Default value of the date and time selector. The value can be…
54 …</sup><br>-<sup>5+</sup> | No | Time format used by the date and time selector. Available values…
56 …o | Whether to display the lunar calendar switch in the date and time selector. When this switch…
62 | columns | number | - | Yes | Number of columns in the multi-column text selector. …
63 | range | Two-dimensional array| - | No | Items of the multi-column text selector. The…
64 | selected | Array | [0,0,0,…]| No | Default value of the multi-column text selector, which is …
79 … | string | sans-serif | No | Font family of the selector, in which fonts a…
90 … newValue, newSelected: newSelected } | Triggered when a value is specified for the text selector.|
96 …te, [second:second]} | Triggered when a value is specified for the time selector.<br>If seconds ar…
102 …| { year:year, month:month, day:day } | Triggered when a value is specified for the date selector.|
108 … hour:hour, minute:minute } | Triggered when a value is specified for the date and time selector.|
114 …ewSelected } | Triggered when the value of a column in the multi-column selector changes. <br>**co…