Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to display "Select" fields as Radio group/checkbox group for select fields #1272

Closed
4 tasks done
katrinDY opened this issue Jun 26, 2023 · 5 comments · Fixed by #1301
Closed
4 tasks done
Assignees
Labels
frontend Frontend code changes (Javascript, Typescript, Vue.js) video Make video of feature
Milestone

Comments

@katrinDY
Copy link
Contributor

katrinDY commented Jun 26, 2023

Add visual options for select field, that shows the options in a different view.

Form checkbox(if multi value), radio buttons(if single value)

  • Configurator
  • Template cleanup for the Select field where needed
  • Radiogroup for Single value
  • Checkbox group for Multi value
@katrinDY katrinDY added the frontend Frontend code changes (Javascript, Typescript, Vue.js) label Jun 26, 2023
@katrinDY katrinDY added this to the 2023.9.0 milestone Jun 26, 2023
@Fajfa Fajfa modified the milestones: 2023.9.0, 2023.3.4 Jun 27, 2023
@Fajfa Fajfa changed the title Checkbox in dropdown Add option to display "Select" fields as Radio group/checkbox group for select fields Jun 30, 2023
@katrinDY
Copy link
Contributor Author

katrinDY commented Jul 3, 2023

for today: sync with Jože before starting to work on this task

@katrinDY
Copy link
Contributor Author

katrinDY commented Jul 4, 2023

for today: work on the configurator part and edit the issue to add checkboxes with that needs to be done

@katrinDY
Copy link
Contributor Author

katrinDY commented Jul 5, 2023

for today: complete the 2nd and 3rd checkboxes

@EmmyMay
Copy link
Contributor

EmmyMay commented Jul 7, 2023

QC Notes

With this issue we wan to be able to display Select options as either Radio buttons (in the case of non-multi select fields) or as Checkbox groups (in the case of multi Select field)

This has been done by adding an option called Radio group/ Checkbox Group to the Configuration of Select fields.

For Single Types, there is the default option and this new radio group option. The multi type has more options.

Depending on the option chosen, there is an additional Checkbox provided to address duplicates.

To test this out, you'll need to ensure the radio groups or checkbox render correctly when editing a record that has a select field with a bunch of options.

Also to ensure the duplicate checkbox appears when certain select field types are chosen.

@katrinDY
Copy link
Contributor Author

katrinDY commented Jul 7, 2023

CL added

@katrinDY katrinDY added the video Make video of feature label Jul 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
frontend Frontend code changes (Javascript, Typescript, Vue.js) video Make video of feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants