NativeBase
NativeBase copied to clipboard
Add font scaling options for Select component placeholder
Description
It would be a nice enhancement to add the allowFontScaling and maxFontSizeMultiplier properties for the Select component's placeholder.
Problem Statement
When the device's font is very big the placeholder increases in size as well. In some cases, mainly, on mobile devices this is unwanted since the placeholder text can be cut off due to the increased size.
Proposed Solution or API
Add the aforementioned properties in the Select component and pass them in the Input component (since the Input component is used)
Alternatives
No response
Additional Information
No response