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 radio buttons and sliders to plugin schemas #204

Open
mohamedOuladi opened this issue Jul 7, 2021 · 1 comment
Open

Add radio buttons and sliders to plugin schemas #204

mohamedOuladi opened this issue Jul 7, 2021 · 1 comment
Assignees
Labels
feature New feature or request

Comments

@mohamedOuladi
Copy link
Collaborator

mohamedOuladi commented Jul 7, 2021

Description
The user should be able to define a type for adding radio buttons and a type for adding sliders in their plugin schema which should be rendered by the generated input schema form in the workflow detail component.

Proposal
the ngx-schema-from already has the radio buttons and sliders (range) types. Implementing the radio type is similar to the select type. However, the range type can only be used for integers and does not show the current value selected. A solution would be to implement a custom widget for the slider using material for example.

@mohamedOuladi
Copy link
Collaborator Author

Radio buttons were added to the wipp-frontend library.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant