Chris Ferdinandi

Results 26 issues of Chris Ferdinandi

Potentially outdated with updates to Houdini: https://github.com/cferdinandi/houdini

Move to `before`/`after` setup

enhancement

```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; }...

bug

Stops auto rending and wipes DOM clean

enhancement

Useful for fields that validate without any errors first time out. https://github.com/cferdinandi/bouncer/issues/32

enhancement

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.

bug

Switch to a constructor pattern

enhancement

1. Save automatically when user types. 2. Provide a hook to delete automatically when they submit the form.

feature request

Move to `before`/`after`

enhancement

Point folks to Scott O'Hara's a11y version instead: https://github.com/scottaohara/accessible_modal_window

bug