Hi,
I have a strange issue with a picklist when I type very quickly or paste a whole word in the input (resulting in one value in the picklist) then the picklist shows a horizontal and vertical scrollbar over the one item in the picklist, so the one item is not visible. See the attached image.
I tried to reproduce it with a simple testcase but I have not succeeded. It seems that it has to do with timing, after the data has been loaded on the client, then it does not occur.
It does neither occur if the picklist is filtered to 2 items, so only if there is one item remaining in the picklist then this occurs.
Neither does it occur when I type in very slowly (probably because the picklist first filters to several items and then to the one remaining).
Is this a known thing with a workaround/solution?
Or can I somehow disable horizontal scrollbars in the picklist?
Here are some other settings I have in the picklist:
gr. Martin
I have a strange issue with a picklist when I type very quickly or paste a whole word in the input (resulting in one value in the picklist) then the picklist shows a horizontal and vertical scrollbar over the one item in the picklist, so the one item is not visible. See the attached image.
I tried to reproduce it with a simple testcase but I have not succeeded. It seems that it has to do with timing, after the data has been loaded on the client, then it does not occur.
It does neither occur if the picklist is filtered to 2 items, so only if there is one item remaining in the picklist then this occurs.
Neither does it occur when I type in very slowly (probably because the picklist first filters to several items and then to the one remaining).
Is this a known thing with a workaround/solution?
Or can I somehow disable horizontal scrollbars in the picklist?
Here are some other settings I have in the picklist:
Code:
selectOnFocus: true, textMatchStyle: "substring", width: "100%", // client filtering does not always work great... pickListProperties: {dataProperties: {useClientFiltering: false}, textMatchStyle: "substring", bodyStyleName:"navBarComponentPickListBody"}, pickListHeaderHeight: 0, autoFetchData : false, titleOrientation: 'top', editorType: "comboBox",
Comment