fix: fix accessibility for dynamic generated form.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
mc:Ignorable="d" d:DesignWidth="800"
|
||||
d:DesignHeight="450"
|
||||
x:Class="HeadlessTest.Ursa.Controls.FormTests.AccessibilityTests.StaticForm">
|
||||
<u:Form>
|
||||
<u:Form LabelWidth="200" LabelPosition="Left" LabelAlignment="Left">
|
||||
<TextBox Name="NameBox" Width="300" u:FormItem.Label="_Name" />
|
||||
<TextBox Name="EmailBox" Width="300" u:FormItem.Label="_Email" />
|
||||
</u:Form>
|
||||
|
||||
Reference in New Issue
Block a user