Ben-Hur Santos Ott

Results 41 comments of Ben-Hur Santos Ott

Hi @leozzitowned ! Sorry, but this is an issue in `react-native text input`: https://github.com/facebook/react-native/issues/18926 I will check if exist some way to check and update the mask when the user...

Sorry man, but I didn't understand your question. This lib is for masked texts, we use `moment` just to validate if you put a valid date into the masked value...

Ok, for now only `money` type supports this. I will keep this issue opened to implement this on the future =).

Hi guys! I'm trying this sample: ```js export default class WithRawValueInChangeText extends React.Component { constructor(props) { super(props) this.state = { value: '', raw: '' } } render() { return (...

Hmmmm nice challenge. I will try to implement this.

Hi, Sorry, for now it don't. After the first editing, it triggers the mask. I will work on this later.

Hey, @lcastillo88 I didn't know about that. Thanks for reporting.

Hi @raulmo1337 could you add a print of the `...rest` data? I'm thinking you are trying to pass an invalid prop to the input.