Open
Description
There is something wrong with this plugin when the options label have different width !
For example :
const options = [{
label : "In Process",
value : "process"
}, {
label : "Canceled or refund",
value : "refund"
}, {
label : "OK",
value : "done"
}]
So everyone get 33.33% of width but the text Canceled or refund is sharped !
Could you please provide any solution ? Thanks
Metadata
Assignees
Labels
No labels