multiselect icon indicating copy to clipboard operation
multiselect copied to clipboard

Add accessibility to the component

Open mohammedzamakhan opened this issue 6 years ago • 3 comments

I find that the keyboard accessibility is not supported for this library. It would be great to see it in the library

mohammedzamakhan avatar Jul 30 '19 22:07 mohammedzamakhan

Added to the todo list. @mohammedzamakhan It would be great if you can you guide me a bit?

pankajparkar avatar Oct 18 '19 19:10 pankajparkar

Hi, i just noticed when implementing multiselect in angular 9, text values in the dropdown list are empty (only text values are empty).
multiselect issue

cattlleya avatar Jul 28 '20 07:07 cattlleya

@cattlleya Hey thanks for reporting an issue 🙏

I've tried reproducing this issue with Angular version 9, I was not able to reproduce it.

Here is working stackblitz link. Can you please check this stackblitz here and try to reproduce this issue here?

I suspect in your case either text color of the dropdown is inherited as white from parent CSS or there may be some other issue (check browser console and add that screenshot here).

pankajparkar avatar Jul 29 '20 01:07 pankajparkar