react-native-picker / picker

Picker is a cross-platform UI component for selecting an item from a list of options.
MIT License
1.5k stars 279 forks source link

feat: preserve white spaces on Web #485

Open OlimpiaZurek opened 1 year ago

OlimpiaZurek commented 1 year ago

Add preserveSpacesInLabel property and preserveSpace method to Picker.item in Dropdown (Web only) In some cases (e.g. https://github.com/Expensify/App/issues/16329) users want to keep whitespace in Picker on Web (same as iOS and Android).

As on the web, a drop-down list is implemented using the

screen