Skip to content

Commit

Permalink
test: update renderer-core snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
liukairui committed Jun 13, 2024
1 parent 8d44c58 commit a8c50ef
Showing 1 changed file with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -259,10 +259,11 @@ exports[`Base Render renderComp 1`] = `
"hidden": undefined,
}
}
aria-expanded="false"
aria-label="select"
autoComplete="off"
disabled={false}
height="100%"
maxLength={null}
onBlur={[Function]}
onChange={[Function]}
onCompositionEnd={[Function]}
Expand Down Expand Up @@ -378,10 +379,11 @@ exports[`Base Render renderComp 1`] = `
"hidden": undefined,
}
}
aria-expanded="false"
aria-label="select"
autoComplete="off"
disabled={false}
height="100%"
maxLength={null}
onBlur={[Function]}
onChange={[Function]}
onCompositionEnd={[Function]}
Expand Down Expand Up @@ -485,7 +487,6 @@ exports[`Base Render renderComp 1`] = `
autoComplete="off"
disabled={false}
height="100%"
maxLength={null}
onBlur={[Function]}
onChange={[Function]}
onCompositionEnd={[Function]}
Expand Down Expand Up @@ -988,7 +989,6 @@ exports[`Base Render renderComp 1`] = `
autoComplete="off"
disabled={false}
height="100%"
maxLength={null}
onBlur={[Function]}
onChange={[Function]}
onCompositionEnd={[Function]}
Expand Down Expand Up @@ -1048,10 +1048,11 @@ exports[`Base Render renderComp 1`] = `
"hidden": undefined,
}
}
aria-expanded="false"
aria-label="select"
autoComplete="off"
disabled={false}
height="100%"
maxLength={null}
name="error"
onBlur={[Function]}
onChange={[Function]}
Expand Down

0 comments on commit a8c50ef

Please sign in to comment.