Hide bridged submit button when native form component is active.
This commit is contained in:
@@ -43,3 +43,11 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[data-bridge-components~=form] {
|
||||
[data-controller~=bridge--form] {
|
||||
[type=submit] {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user