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
The format function of Picker defined as: (val): void
And the default value is: (values) => { return values.join(','); }
I suppose 'values' here means the value of the data, but it returns the label of the data.
The text was updated successfully, but these errors were encountered:
The format function of Picker defined as:
(val): void
And the default value is:
(values) => { return values.join(','); }
I suppose 'values' here means the value of the data, but it returns the label of the data.
The text was updated successfully, but these errors were encountered: