"autocomplete" editor does not allow to work with null
values
#4638
Labels
Possible Bug
A possible bug that needs investigation
null
values
#4638
Describe the bug
A clear and concise description of what the bug is.
Tabulator Info
Working Example
This Tabulator's code passes
null
value as is.To Reproduce
Create Tabulator with the "list" editor and
null
values:Expected behavior
Editor should allow to list
null
item/option.It should be something like
value == null || typeof value !== "object"
Screenshots
The text was updated successfully, but these errors were encountered: