20 Commits

Author SHA1 Message Date
graham-dds
80f028540c Refactor multi_checkbox_input
This component was made when having an "other" value as a check option
also meant typing in a custom value into an input field. Since this is no
longer needed, we were able to remove the markup / vue code for that
feature.
2019-12-13 13:17:30 -05:00
leigh-mil
20a2abd36b Update valid prop on MultiCheckboxInput to return true if the field is optional 2019-11-22 09:33:39 -05:00
leigh-mil
cbbbfad494 Don't use nbsp 2019-09-04 10:51:34 -04:00
leigh-mil
4d24f97ed7 Add optional label to text, options, phone, and multi-checkbox inputs
Use new optional attribute on fields that are optional
Update styling to fit optional label and update translations
2019-09-03 15:34:07 -04:00
leigh-mil
2938e48a65 Set max width on p elements and add in p tags where they were missing 2019-08-29 10:33:15 -04:00
George Drummond
1e3e742778
Focus on checkbox/radio in fieldset passes through click event on IE 2019-02-21 14:11:36 -05:00
dandds
99ef82e78b view SO review screen / DD-254 page 2019-02-20 10:52:15 -05:00
leigh-mil
94ea47ca99 Add safe to MultiCheckbox macro so we can use text with html tag 2019-01-15 17:05:36 -05:00
Montana
5861c7bd42 Ensure otherText is set as it is typed 2019-01-15 08:59:14 -05:00
Montana
ac1df00730 Use loop.index0 everywhere 2019-01-09 10:58:11 -05:00
Montana
dd33a23c47 Fix off by one error 2019-01-09 10:19:27 -05:00
Montana
5f613b3cd5 Cleaning up checkbox code 2019-01-07 13:58:20 -05:00
Montana
c70202c33c Handle formdata processing in a property 2019-01-07 09:38:56 -05:00
Montana
53a6c73510 Refactor to use v-model 2019-01-04 13:25:10 -05:00
Montana
2743bddf0c Bind other input value properly and clear it when checkbox is toggled 2019-01-04 10:59:12 -05:00
Montana
62ac2642ae Persist text input for the field 2019-01-04 09:57:23 -05:00
Montana
6c8974b603 Fix vue escaping character bug 2019-01-03 09:23:19 -05:00
leigh-mil
2121e28bd3 Update form to send data as expected by the route 2019-01-03 09:23:19 -05:00
Montana
9ff21bb58b Toggle other text input 2019-01-03 09:23:19 -05:00
leigh-mil
96df6ff485 Add macro for MultiCheckboxInput 2019-01-03 09:23:19 -05:00