You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 8, 2025. It is now read-only.
Hi, the PickerColumn`s 'selectedValue' prop error is no more than the 24th serial number. such as:
const [list, setList] = useState([
{label: '1', value: 1},
{label: '2', value: 2},
...
{label: '29', value: 29},
{label: '30', value: 30},
])
const [defaultValue, setDefaultValue] = useState(29)
'
<PickerColumn
selectedValue={defaultValue}
onChange={obj=> setDefaultValue({value})}>
{list.map((item, index) => (
))}
</ Picker >
'
but, the initialized view result show '24'