4 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
Alexander Brandon Coles 4e73d6c557 Fix wording (docs, UI): change "expiry" to "expiration" 2025-11-11 20:29:03 +00:00
Alexander Brandon Coles c82bec97bf [#68679] Fix toggleability of Session expiry time
Restores previous behavior (inferred from broken jQuery code), hiding
"Session expiry time after inactivity" field unless "Session expires"
is checked.

Possibly broken in #18734.
2025-10-31 15:03:08 +00:00