zenter
August 8, 2020, 1:13am
42
josh:
In June, we had almost completed an overhaul of the code that powers the Input element, which should lead to increased reliability, and better behavior on Android. We temporarily put this work on pause in July for resourcing reasons, but we plan to resume it this week and expect it to roll out shortly.
Exciting! Will this fix the issues with focus management when an input has currency or thousands separators? Super frustrating and meant a pretty significant rebuild of my app when I realized I couldn’t work around it.
My bug report that never got a response:
Hey got a weird one here. Most of the input field types I’m using are working great, but when I make it a currency or percentage input things get goofy.
If I type an input into a field, then tab into a percentage/number field I see focus for a split second and then it’s removed.
When I tab into it or click it a second time it takes focus no problem.
When I tab into it or click into it without making any changes to another field there’s no problem.
Anything I can do to fix that or is it just …
Other reports:
I have a form that tabs correctly unless I format the input as currency or select the Show thousands separator option.
With Show thousands separator selected the cursor simply disappears when I hit tab:
[image]
With Show thousands separator not selected the cursor tabs properly through to the next field:
[image]
I’m certain I’ve run into this before, just never did enough trouble shooting to figure out why it wasn’t tabbi…
Hello,
I have seen a previous post about this many months ago, but nothing recently nor a solution. When I have inputs that have a comma separating 000’s, the tab order stops and you need to click to the next input manually. Now I can make another textbox to show a $ symbol, but I can’t split up an input and toss in a comma to make it look like a reasonable number.
This seems like a clear bug that should be relatively easy to fix. Can someone update me on a work around or a confirmation that t…
I’ve been stressing myself out on this for the last hour or so, so I figure perhaps maybe one of you could have some better insight.
Situation:
I have a popup with a bunch of input sections on it, which are all in a group top to bottom. Tab works just fine for 8/9 of the inputs to move to the next one in order.
The issue is after the 4th input the tab key will move the focus to the background (main page behind the pop-up) and will start scrolling through the available text options which I hav…