#Not existed value in Select component
2 messages · Page 1 of 1 (latest)
@ornate root sorry for ping, but there's no way to get this behaviour?
2 messages · Page 1 of 1 (latest)
for example i have data
{ label: "A", value: "a" },
{ label: "B", value: "b" },
{ label: "C", value: "c" },
];```
and i have value value="d"
in MultiSelect it displays the value itself if the option is not found
```{optionsLockup[item]?.label || item}```
How can I achieve the same behavior in Select?
@ornate root sorry for ping, but there's no way to get this behaviour?