Closed maltoe closed 3 years ago
For some reason I need to have my input field a custom id field, so I'm doing
id
ui_input f, :foo, id: "#custom"
This id is applied to both the <input> and the <label>
<input>
<label>
This should be fixed already with #30 (see changelog). Options for labels are not forwarded anymore, but passed in explicitly via label_opts.
label_opts
We can close this with our next release.
Fixed and released.
For some reason I need to have my input field a custom
id
field, so I'm doingThis
id
is applied to both the<input>
and the<label>