slider icon indicating copy to clipboard operation
slider copied to clipboard

Add support for id property

Open felipecarrillo100 opened this issue 8 months ago • 1 comments

Most HTML controls have a property called id. This id is a unique identifier that identifies the element. The id is also used to associate a label with an input. For instance,

Under this situation if the user clicks on the label, the input is selected, input gains focus and handle keyboard events.

Unfortunately your component does not support the id property, therefore, it is not possible to associate a label to it.

Could you please add a prop id to your component? It would be a great accessibility improvement and I believe it would be very easy to do Thanks in advance

felipecarrillo100 avatar Jun 06 '24 14:06 felipecarrillo100