Skip to content

Commit

Permalink
feat(e2e): Add AutomationId on Entry
Browse files Browse the repository at this point in the history
  • Loading branch information
sGeeK44 committed Dec 5, 2024
1 parent 26e0583 commit e015feb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Smartway.UiComponent/Inputs/FormEntry.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
Focused="InputOnFocused"
IsPassword="{Binding Source={x:Reference Self}, Path=IsPassword}"
Unfocused="InputOnUnfocused"
>
AutomationId="{Binding Source={x:Reference Self}, Path=AutomationId, StringFormat='{0}_Input'}">
<Entry.Triggers>
<DataTrigger TargetType="Entry" Binding="{Binding Source={x:Reference Self}, Path=ReadOnly}" Value="True">
<Setter Property="IsReadOnly" Value="True"/>
Expand Down

0 comments on commit e015feb

Please sign in to comment.