Ayan Dey

Results 19 comments of Ayan Dey

The log turns out to be huge! So I am pasting the `nativeEvent` right after I typed a single digit 9: `"nativeEvent": {"eventCount": 1, "target": 43, "text": "9"}, "target": 43,...

I guess we get the values from `nativeEvent.text`.

> ``` > onChange({ > preventDefault() { this.defaultPrevented = true }, > target: { value } > })}/> > ``` Where should I try the above?

My current implementation was as following: ``` this._phoneInputHandler(number) } /> ``` where PhoneTextInput is: ``` function PhoneTextInput({ placeholder, autoComplete, autoFocus, value, onChange, style, }, ref) { return ( { console.log(event);...

@etienne-martin I would like to know how you would want to approach the parser issue.

For what I see, is there has been a structural change in regexes JSON structure. @etienne-martin I am not sure, but am guessing we need to make some changes to...

Is there any fix to it yet?

@radko93 I guess this library is no longer maintained. What about you releasing a forked version on npm with a new name?

@anwarkm, you can look into this https://github.com/whimsicaldreamer/XandO/tree/test-newAdditions1?files=1 The project is currently in development and requires a lot of help. Currently my decision making algorithm is a bit over complicated and...