Hi everyone,
is it dangerous to init many buttons at once using a class? All examples on the getting started guide do init each instance using the ID of the element. However, I have many buttons that should look all the same but should do different things of course. My first test looked fine. Giving different event handlers seems to work. However, I don’t want to risk problems later on by doing something that is not supported (maybe the ID of the element is used when initializing the button).
Thanks!!
Best,
Christian