Skip to content
This repository has been archived by the owner on Aug 22, 2020. It is now read-only.

How to disable Dropdown menu #13

Open
serviceTech786 opened this issue May 21, 2019 · 1 comment
Open

How to disable Dropdown menu #13

serviceTech786 opened this issue May 21, 2019 · 1 comment

Comments

@serviceTech786
Copy link

How do I disable drop down menu shows on pressing arrow icon

@naplaya
Copy link

naplaya commented Jun 11, 2019

just use in your arraylist of items just one entry

ArrayList<String> items = new ArrayList<>();
items.add("Your item");
pathView.addItem(new BreadcrumbItem(items));

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

No branches or pull requests

2 participants