Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SingleSelect hides values #100

Open
vaithu opened this issue May 25, 2020 · 0 comments
Open

SingleSelect hides values #100

vaithu opened this issue May 25, 2020 · 0 comments

Comments

@vaithu
Copy link

vaithu commented May 25, 2020

I see values here when the page loads but when I select some values, the singleselect goes like this
I do not see the bottom values

queueMgrs = Components.input.singleSelect(MQEdit.QMGR)
                        .label("QueueManager")
                        .dataSource(DataProvider.ofCollection(queuePB))
                        .clearButtonVisible(true)
                        .allowCustomValue(false)
                        .build())

Sample output is here
https://files.gitter.im/holon-platform/contribute/eVDI/image.png

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant