2 Commits

Author SHA1 Message Date
Alexander Brandon Coles 3de22aeb81 Fix naming collision in with *form shared contexts
Prefixes methods with `vc_` - similar to convention used in
`ViewComponent::TestHelpers`.

See https://github.com/ViewComponent/view_component/blob/main/lib/view_component/test_helpers.rb#L245
2025-11-26 10:16:21 -03:00
Alexander Brandon Coles e309d8a7c6 Introduce new settings input methods
Introduces `text_area`, `check_box_group` and `select_list` inputs.
Makes various refactorings to ensure that handling of explicit `valus`
params is as robust as possible.
2025-11-25 18:47:40 -03:00