Hide bridged submit button when native form component is active.

This commit is contained in:
Denis Švara
2026-01-07 11:27:16 +01:00
parent c61942d57b
commit 4cbc2c676d
+8
View File
@@ -43,3 +43,11 @@
}
}
}
[data-bridge-components~=form] {
[data-controller~=bridge--form] {
[type=submit] {
display: none;
}
}
}