-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
Description
Currently it is possible to define a Vault form with text, numbers, ... field type.
It would be useful to allow the users to also set a new type of field, which allows them to add multiple text inputs.
For example to allow users to add custom scopes.
At this moment, I can only add 1 scope in an input field
While ideally, we want offer the customers the option to add multiple scopes
Tasks
- Extend the Vault API to define multiple scopes
- Extend React Vault to add multiple text inputs
Acceptance criteria
- Extend Vault with a new form type to insert multiple text values (for inserting scopes)