Chris Ferdinandi
Chris Ferdinandi
Potentially outdated with updates to Houdini: https://github.com/cferdinandi/houdini
```sass // Calculate pixels from ems @function calc-px($em, $base: 16) { $em: strip-unit($em); $base: strip-unit($base); @if $em == 1px { @return 1px; } @return ($em * $base) * 1px; }...
Useful for fields that validate without any errors first time out. https://github.com/cferdinandi/bouncer/issues/32
For radio groups with `messageAfterField` set to `false`, grab first item in group instead of last for error field. Potentially also use field instead of label.
1. Save automatically when user types. 2. Provide a hook to delete automatically when they submit the form.
Point folks to Scott O'Hara's a11y version instead: https://github.com/scottaohara/accessible_modal_window