Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

How to hide the check box i need only dropdown without checkbox #76

Open
vc-akashkadia opened this issue Jul 29, 2020 · 1 comment
Open

Comments

@vc-akashkadia
Copy link

No description provided.

@vc-akashkadia vc-akashkadia changed the title How to hide the check box i need only dropdown without search box How to hide the check box i need only dropdown without checkbox Jul 29, 2020
@kennyt6
Copy link

kennyt6 commented Sep 24, 2020

@vc-akashkadia What I did was create a style.css file and used this code:

.item-renderer > input {
  visibility: hidden;
}

.item-renderer > span {
  margin-left: -10px;
}

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