Commit Graph

3 Commits

Author SHA1 Message Date
Cody Jackson 5052c2a8e8 Enabling `vue/require-explicit-emits` linting rule
https://github.com/rancher/dashboard/issues/11961
2024-09-19 09:58:53 -07:00
Cody Jackson 909affa02f Replacing $emit('input' with $emit('update:value'
This should've been done in the migration script and will be fixed for the next run.
2024-08-22 16:07:03 -07:00
Bastian Hofmann 03cea42ae5 Extended questions support
* Add radio buttons
* Add multi select for enums
* Add searchable for enums
* Add label support for select options in enums and radio buttons
* Add yaml editor
* Add tooltips
* Add validations: min, max, min_length, max_length, valid_chars, invalid_chars (app v1 compatibility)

Signed-off-by: Bastian Hofmann <mail@bastianhofmann.de>
2023-08-24 13:58:29 +01:00