fix(picker-column): column renders correctly with selected value (#24988)

Resolves #17664
This commit is contained in:
Sean Perkins
2022-04-04 14:46:57 -04:00
committed by GitHub
parent bcd00c7a6e
commit 83186598ed
5 changed files with 175 additions and 152 deletions

View File

@ -1856,7 +1856,7 @@ export namespace Components {
*/
"animated": boolean;
/**
* If `true`, the popover will display an arrow that points at the `reference` when running in `ios` mode on mobile. Does not apply in `md` mode or on desktop.
* If `true`, the popover will display an arrow that points at the `reference` when running in `ios` mode. Does not apply in `md` mode.
*/
"arrow": boolean;
/**
@ -5493,7 +5493,7 @@ declare namespace LocalJSX {
*/
"animated"?: boolean;
/**
* If `true`, the popover will display an arrow that points at the `reference` when running in `ios` mode on mobile. Does not apply in `md` mode or on desktop.
* If `true`, the popover will display an arrow that points at the `reference` when running in `ios` mode. Does not apply in `md` mode.
*/
"arrow"?: boolean;
/**