efibe

Results 3 comments of efibe

> Here's my override code that got it to work This broke the backspace key when there is a suffix enabled.

This is fixed in #74 but still not published to npm I made this small hack to get it working right now: ``let componentDidMount_super = CurrencyInput.prototype.componentDidMount; CurrencyInput.prototype.componentDidMount = function() {...

For those waiting for an elegant workaround, there is this one: https://dev.to/inthepocket/fixing-react-navigation-ios-screen-reader-focus-7op