mrjs icon indicating copy to clipboard operation
mrjs copied to clipboard

`mr-button` and `mr-textfield` break if non-MRjs tags are present

Open lobau opened this issue 1 year ago • 0 comments

Here is a pure MRjs markup. The textfield works and the button triggers the console.log() properly. → https://codepen.io/lobau/pen/MWxLwLx

If you introduce any other HTML tag in the markup, like a div or an h1, both stop working. → https://codepen.io/lobau/pen/KKEJpEr

Expectation is that MRjs can be mixed with standard markup and still work as intended.

lobau avatar Feb 15 '24 18:02 lobau