Skip to content

Multiple Selection In Inspector #2532

Answered by kumilingus
Fractal393 asked this question in Q&A
Discussion options

You must be logged in to vote

Ok, sorry, I didn't read your question properly 🤦

You can use select-button-group:

workdays: {
    type: 'select-button-group',
    options: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'],
    multi: true,
}

Or define a custom field: https://resources.jointjs.com/docs/rappid/v4.0/ui.Inspector.html#ui.Inspector.custom-fields

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@Fractal393
Comment options

@kumilingus
Comment options

Answer selected by Fractal393
@Fractal393
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants