You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<Field.PhoneNumber />'s phone number label is sometimes difficult/impossible to click(making it not as easy as it should be to navigate to the phonenumber field). This only happens in certain scenarios.
Here's two videos of the issue:
In the first video, I remove all data in country code and search for "a" then click the first item. I then have to click the label "Mobilnummer" twice to be able to activate focus it.
Screen.Recording.2023-12-06.at.10.59.37.mov
In the second video, I just select a random item in the list of country code. I then have to click the label "Mobilnummer" twice to be able to activate focus it.
langz
changed the title
Difficulties clicking Field.Phonenumber's phone number label in certain scenarios
Clicking Field.Phonenumber's phone number label does not activate/focus the phone number field in certain scenarios
Dec 6, 2023
langz
changed the title
Clicking Field.Phonenumber's phone number label does not activate/focus the phone number field in certain scenarios
bug(Field.Phonenumber): phone number label does not activate/focus the phone number field in certain scenarios
Dec 6, 2023
🐛 Bug Report
<Field.PhoneNumber />
's phone number label is sometimes difficult/impossible to click(making it not as easy as it should be to navigate to the phonenumber field). This only happens in certain scenarios.Here's two videos of the issue:
In the first video, I remove all data in country code and search for "a" then click the first item. I then have to click the label "Mobilnummer" twice to be able to activate focus it.
Screen.Recording.2023-12-06.at.10.59.37.mov
In the second video, I just select a random item in the list of country code. I then have to click the label "Mobilnummer" twice to be able to activate focus it.
Screen.Recording.2023-12-06.at.11.01.10.mov
To Reproduce
This CSB is using
main
branch as of today, 06.12.2023.https://codesandbox.io/p/sandbox/eufemia-starter-forked-yntt55?file=%2Fsrc%2FApp.tsx%3A2%2C44
Steps for video/scenario 1:
"a"
and select the first/top item.Steps for video/scenario 2:
Expected behaviour
I would expect it to work as the Autocomplete and the Input in the same CSB
In the video below, when using Autocomplete and Input, I only have to click the label of the Input once to activate/focus to the input:
Screen.Recording.2023-12-06.at.11.07.54.mov
The text was updated successfully, but these errors were encountered: