systelab / systelab-components

Systelab Angular common components
MIT License
14 stars 8 forks source link

Spinner component with an id's in buttons #820

Open OscarDeDios opened 7 months ago

OscarDeDios commented 7 months ago

Describe the bug The Spinner component has a unique id in the buttons to increase and decrease the spinner value. When there are more than one spinner in a page there are warnings because dom id's have to be unique.

The id's are only used to style and for tests, it can be removed and style with classes and use other selectors in tests