diff --git a/Smartway.UiComponent/Inputs/FormEntry.xaml b/Smartway.UiComponent/Inputs/FormEntry.xaml index 287167e..9c4c818 100644 --- a/Smartway.UiComponent/Inputs/FormEntry.xaml +++ b/Smartway.UiComponent/Inputs/FormEntry.xaml @@ -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'}"> diff --git a/Smartway.UiComponent/Inputs/NumericDateEntry.xaml b/Smartway.UiComponent/Inputs/NumericDateEntry.xaml index 370c525..01e677d 100644 --- a/Smartway.UiComponent/Inputs/NumericDateEntry.xaml +++ b/Smartway.UiComponent/Inputs/NumericDateEntry.xaml @@ -24,9 +24,9 @@ - +