gabrieldonadel / rn-material-ui-textfield

Material UI textfield
https://www.npmjs.com/package/rn-material-ui-textfield
Other
37 stars 31 forks source link

Fixing on blur issue #51

Closed rmitchellPitzer closed 2 years ago

rmitchellPitzer commented 2 years ago

There was an issue in manageContributions where tapping off the fixedAmount field would clear it. This changes the way extractedText is updated in the state to instead clear the input only if said amount is empty, whereas before the value would clear even if there was still text there. The inputStyles was also changed to avoid having a gray color when first opening the page.

gabrieldonadel commented 2 years ago

@rmitchellPitzer why did you close this?