stuller
stuller
We should make sure these three scenarios work with whatever CSS we go with: 1. short label 2. something a little longer than normal 3. a really long supercalifragilisticexpialidocious label...
PurifyCSS would help identify unused CSS.
mask library documentation: https://github.com/insin/inputmask-core it looks like we're using mask.backspace, and that seems to be intended behavior for mask.backspace - see the quote below. ``` backspace() : boolean Performs a...
yeah, still looking to see if that's a library thing or the way we're using it
+1 on this at least for input components
Limited to elements with tabIndex
https://www.deque.com/axe/ the axe plugin works really well for this too. Ran it on the docs and only found a couple of issues, most related to contrast.
that would be cool if we could add it in and have it only be a warning - at least until we can get some consensus on the stuff we...
CheckboxGroup already does this (for reference)
work started in PR #391