We update all form helpers (e.g. fill_in, check, etc.) to take in the exact option. The option allows forms to target labels exactly (default) or inexactly.
That's helpful when you have labels that have more complex contents -- for example, they might have nested HTML.
Closes #107, #127
What changed?
We update all form helpers (e.g.
fill_in
,check
, etc.) to take in theexact
option. The option allows forms to target labels exactly (default) or inexactly.That's helpful when you have labels that have more complex contents -- for example, they might have nested HTML.