Skip to content

Commit

Permalink
Enable auto-focus for confirm button in umb-confirm
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-shuy authored and nathanwoulfe committed Oct 28, 2020
1 parent 9a0746d commit 375817d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
button-style="{{confirmButtonStyle || 'primary'}}"
state="confirmButtonState"
disabled="confirmDisabled === true"
label-key="{{confirmLabelKey || 'general_ok'}}">
label-key="{{confirmLabelKey || 'general_ok'}}"
auto-focus="true">
</umb-button>
</div>
</div>
Expand Down

0 comments on commit 375817d

Please sign in to comment.