Is there any plans of including an “expand” options to the DropDown Celltype?
Currently if Dropdown options include values that start with the same characters, it is difficult to distinguish between the similar values.
Example
{
type: ‘dropdown’,
source: [‘green’, ‘Amaranth Purple’, ‘Amaranth Red’, ‘black’, ‘white’]
}
The Dropdown would appear as follows:
green
Amaranth …
Amaranth …
black
white
Making it difficult to pick ‘Amaranth Purple’ or ‘Amaranth Red’