We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In opfab.js , add a configuration option to act as simple select (option multiple set to false in virtual select)
Change init function signature to :
init : function(config) , config having the following structure :
{ id : string options : array of values multiple : boolean }
Modify documentation accordingly
Use the component in process example :
The text was updated successfully, but these errors were encountered:
Add possibility to use multiselect as simple select (#3126)
bb847ec
Signed-off-by: Giovanni Ferrari <[email protected]>
111c0fc
e2e0d58
Missing translations for opfab.multiSelect on startup (#3143) Signed-off-by: Giovanni Ferrari <[email protected]>
ff9c099
quinarygio
Successfully merging a pull request may close this issue.
In opfab.js , add a configuration option to act as simple select (option multiple set to false in virtual select)
Change init function signature to :
init : function(config) , config having the following structure :
Modify documentation accordingly
Use the component in process example :

The text was updated successfully, but these errors were encountered: