Closed skibaalex closed 1 year ago
When I try to change the color of the InputText the color of the text doesn't change on android.
<CurrencyInput value={value} style={{color: '#000'}} onChangeValue={setValue} prefix="$" delimiter="." separator="." precision={2} minValue={0} />,
My problem was that the height on the component was set to 0 on android.
When I try to change the color of the InputText the color of the text doesn't change on android.