a11y_styled_form_controls icon indicating copy to clipboard operation
a11y_styled_form_controls copied to clipboard

Various styled accessible form controls

Results 17 a11y_styled_form_controls issues
Sort by recently updated
recently updated
newest added

Checkboxes and radio buttons should have a style to indicate if they are required. This should account for invalid state and a default style to indicate their requirement. - [x]...

bug
enhancement
Good first issue

date pickers can have some wonky UI on iOS safari. they're not fully implemented in all browsers, and their implementations don't always match. Create documentation and some manner of semi-consistent...

new component

Inspired by [Taylor Hunt's Single-element Star Rating with `input[type=range]` ](https://codepen.io/tigt/pen/a999a82453bd13cde0aeeaff1e4fc4fe?editors=1000), build a star rating component based on a range input. Not super worried about keeping it as a single element,...

new component

Largely straight forward, but there are a few gotchas to consider when styling For instance: - [ ] buttons with forced multi line text (aka using display block elements inside...

new component

Create a new index.html file for the [published GitHub page](https://scottaohara.github.io/a11y_styled_form_controls/). Largely the content on that page will mirror the current state of the README. Revise README to remove individual component...

A type of text input, styled number spinners should definitely be added to the repo.

new component

Update component to have a submit button And update documentation with explanation

enhancement
new component