0

I'm trying to find out how to change the html/css of the "pointer" part of vue-multiselect, e.g. https://vue-multiselect.js.org/#sub-props (showPointer)

For smaller screens the text "Press enter to select" is obscuring the value. So I'm trying to either remove the text or create my own hovering html/css.

enter image description here

Here's what it looks like on larger screens.

enter image description here

1 Answer 1

1

You can use showLabels props from vue-multiselect documentation. showLabels props has Boolean values true or false. If false then no pointer hover value will be shown. There have five custom props for controlling hover value like

  • selectLabel
  • selectGroupLabel
  • selectedLabel
  • deselectLabel
  • deselectGroupLabel

You should write show-labels props when implementing these props.

You can check this example from JsFiddle: https://jsfiddle.net/sukantabala28/

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.