mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 14:23:32 +00:00
[CL-54] Add support for button block without argument + submit button (#3498)
This commit is contained in:
@@ -1,4 +1,10 @@
|
||||
<button bitButton type="submit" [buttonType]="buttonType" [disabled]="loading || disabled">
|
||||
<button
|
||||
bitButton
|
||||
type="submit"
|
||||
[block]="block"
|
||||
[buttonType]="buttonType"
|
||||
[disabled]="loading || disabled"
|
||||
>
|
||||
<span class="tw-relative">
|
||||
<span [ngClass]="{ 'tw-invisible': loading }">
|
||||
<ng-content></ng-content>
|
||||
|
||||
Reference in New Issue
Block a user