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 possibility to use multiselect as simple select #3126

Closed
freddidierRTE opened this issue Jun 13, 2022 · 0 comments · Fixed by #3139
Closed

Add possibility to use multiselect as simple select #3126

freddidierRTE opened this issue Jun 13, 2022 · 0 comments · Fixed by #3139
Assignees
Labels
Enhancement New feature

Comments

@freddidierRTE
Copy link
Contributor

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 :
image

@freddidierRTE freddidierRTE added the Enhancement New feature label Jun 13, 2022
@quinarygio quinarygio self-assigned this Jun 13, 2022
@quinarygio quinarygio reopened this Jun 13, 2022
quinarygio added a commit that referenced this issue Jun 13, 2022
quinarygio added a commit that referenced this issue Jun 14, 2022
quinarygio added a commit that referenced this issue Jun 15, 2022
Missing translations for opfab.multiSelect on startup (#3143)

Signed-off-by: Giovanni Ferrari <[email protected]>
freddidierRTE pushed a commit that referenced this issue Jun 16, 2022
Missing translations for opfab.multiSelect on startup (#3143)

Signed-off-by: Giovanni Ferrari <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants