focus on text area
See original GitHub issuec/p from @alansouzati
The focus outline is showing if I click in the textinput
IMHO the focus outline should only show if you are using the tab
if I use grommet 2.3.1 this problem goes away
so for sure was something that changed from 2.3.1 to 2.4.0
Issue Analytics
- State:
- Created 5 years ago
- Comments:7 (6 by maintainers)
Top Results From Across the Web
HTML textarea autofocus Attribute
The autofocus attribute is a boolean attribute. When present, it specifies that the text area should automatically get focus when the page loads....
Read more >In Javascript setting a textarea with focus() does not work if ...
I have a simple test page that sets the focus to a textarea on an oninit function. However the exact code fails to...
Read more >Javascript Form How to - Set focus to the TextArea
Question. We would like to know how to set focus to the TextArea. Answer. <!- ...
Read more >HTML | <textarea> autofocus Attribute
The HTML <textarea> autofocus Attribute is used to specify that the textarea field should get automatically focus when the page loads.
Read more >focus
Any element (most commonly <input> s and <textarea> s) are in “focus” when they are selected and ready to enter text (like when...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Take this for example: https://codesandbox.io/s/rrjz94lj7m
If you open the filter on the left and start selecting things, you will see the outline. this is a regression.
The outline is very distracting and I feel we should only show this if we are using the keyboard.
Closing. Please feel free to re-open if further discussion is needed.