Skip to content

Not strict equality of option values (1 or true) #316

@tpuida

Description

@tpuida

Version

  • Vue version: 3

Description

The multiselect got the following options:

[{
	"label": "Nil value",
	"value": null
}, {
	"label": "String value",
	"value": "a"
}, {
	"label": "Integer value",
	"value": 1
}, {
	"label": "Boolean value",
	"value": true
}] 

When a user selects "Integer value" or "Boolean value" two options shows like selected.

Demo

Look at JSFiddle to reproduce the bug

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions