lucca-front
lucca-front copied to clipboard
feat(button): apply default type set to `button` when not present on the button
Description
As described in #2739, this won't override already present type (like submit
for instance) and won't be applied to <a luButton>
tags, only <button luButton>
ones.
closes #2739