Skip to content

Commit

Permalink
update test snapshots for input fields
Browse files Browse the repository at this point in the history
  • Loading branch information
NoelKova committed Jul 29, 2024
1 parent d15ed93 commit c1022cb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ exports[`Date/Date time field control in edit/new view should set all the props
"readOnly": true,
"style": Object {
"minWidth": "200px",
"width": "100%",
},
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ exports[`Drop down list field control in edit/new view should set all the props
style={
Object {
"minWidth": "220px",
"width": "100%",
}
}
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@ exports[`Number field control in edit/new view should set all the props 1`] = `
onChange={[Function]}
placeholder="0"
required={true}
style={
Object {
"width": "100%",
}
}
type="text"
value={7}
/>
Expand Down

0 comments on commit c1022cb

Please sign in to comment.