Danny Radden
Danny Radden
I don't think there is any way to do that with the props as is, I will have to code that functionality in, but it shouldn't be too difficult. Is...
I have seen the bug with the inputs being focused on in an endless loop but I haven't seen it caused by holding down the backspace key and am having...
I haven't been able to reproduce the problem with Brave either. I think it is the same bug that is caused by typing too quickly. Unfortunately I have not been...
Did you get past this problem? If not Ill need to see an example repository with the problem.
I feel like I tried adding a delay once before but perhaps I didnt. Does it seem to have fixed the problem @OneTuskedMario ?
So I messed around with different timeouts and 1ms doesnt seem to make much of a difference but 5ms pretty much eliminates the problem. Thanks for the help OneTusk. Ill...
After some more testing with timeouts it turns out that they don't actually seem to have any effect on the problem. Even set at 100ms it still jumps around, perhaps...
I dont see anything that indicates that this is a RICIB problem. If you remove RICIBs do you still get the error?
The code doesn't include a 100px margin-top. Perhaps there is something else in your code adding it in somehow? If you want you can send me you website or your...
In the "inputProps" you can specify a placeholder to pass through. Something like: ``` ``` with the relevant part being `inputProps={[ { placeholder: "?" } ]}` I dont remember off...