Skip to main content
Filter by
Sorted by
Tagged with
1 vote
0 answers
100 views

I’m building an accessible modal. When it opens, I mark all siblings of the modal with aria-hidden="true" so the screen reader cursor can’t roam outside. That removes those nodes from the ...
tony95's user avatar
  • 310
0 votes
1 answer
1k views

I have a search field in my application and I have implemented a custom suggestion dropdown with it. When user types any keyword in the search field I query a search index and once results are fetched ...
saim2025's user avatar
  • 320
0 votes
2 answers
306 views

I wan't to make the only selected button change not all in the same time when i clicke on it I've created this function which contains a Boolean state and the toggle it const [like, setLike] = ...
mimo's user avatar
  • 49
0 votes
1 answer
1k views

The <label> in this code is being rejected by the eslint jsx-a11y plugin: A form label must be associated with a control. eslint(jsx-a11y/label-has-associated-control) <div className="...
icc97's user avatar
  • 13.1k
9 votes
5 answers
16k views

Just got this error from today, I have config in package.json file: "eslintConfig": { "extends": [ "react-app", "react-app/jest" ] }, I have not ...
Footprint on Earth's user avatar
0 votes
1 answer
25 views

js trigger submits an empty object error <input hidden type="text" id="flag" name="flag" value="${model.flag}" > $('input[value="submit"]')....
Jim K's user avatar
  • 57
1 vote
3 answers
1k views

I have a modal that consists of tab layout to enter some form data. The form is a list of radiogroups that can be quite long. For a user to get back to the tab, currently they have to shift+tab all ...
AJ Johnson's user avatar
2 votes
2 answers
435 views

I have a list of offers, each of them with a delete button, that once clicked opens a modal with another 2 buttons: delete and cancel. When the modal has opened, I want to be able to tab to these 2 ...
DBi's user avatar
  • 61
2 votes
0 answers
889 views

I have spent the best part of the day trying to figure out why it won't display eslint error messages against this code: Example component: import React, { FC } from 'react'; import { Comp } from './...
Inspiraller's user avatar
  • 3,802
1 vote
2 answers
4k views

I have an audio file that im querying from contentful but instead of display the data I keep getting this eslintrule pop. It's an audio file so it has no captions. Is there a way of disabling this or ...
someone's user avatar
  • 703