You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: