Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
b166942
feat: introduce new numberinput component
GDamyanov Jul 8, 2026
8d60623
fix: update text keys
GDamyanov Jul 8, 2026
0840e44
fix: lint errors
GDamyanov Jul 8, 2026
a101ccd
test: add test suite
GDamyanov Jul 8, 2026
1711fea
test: add test suite
GDamyanov Jul 8, 2026
eb94d13
test: fix test
GDamyanov Jul 8, 2026
3984464
Merge branch 'main' into number-input
GDamyanov Jul 8, 2026
3cd9f44
fix: remove propagated attribute
GDamyanov Jul 8, 2026
3072196
fix: propagate external label reference
GDamyanov Jul 8, 2026
0e2197b
fix: apply visual spec
GDamyanov Jul 9, 2026
c26861f
fix: apply hc themes
GDamyanov Jul 9, 2026
ad59c41
fix: apply css param
GDamyanov Jul 10, 2026
f163347
fix: apply css param
GDamyanov Jul 10, 2026
ce0c645
fix: apply correct focus styles
GDamyanov Jul 10, 2026
97d1410
fix: address review comment
GDamyanov Jul 17, 2026
e7a0665
fix: address review comment
GDamyanov Jul 17, 2026
f0c7f00
fix: adress review comments
GDamyanov Jul 17, 2026
e3cbb0a
fix: adress review comments
GDamyanov Jul 17, 2026
f8b4add
fix: address review comments
GDamyanov Jul 17, 2026
7b809a6
fix: address review comments
GDamyanov Jul 17, 2026
63c5f4a
fix: address review comments
GDamyanov Jul 17, 2026
74a1366
fix: address review comments
GDamyanov Jul 17, 2026
88d19b7
fix: address review comments
GDamyanov Jul 20, 2026
f231d05
fix: address review comments
GDamyanov Jul 20, 2026
62bd1a8
fix: address review comments
GDamyanov Jul 20, 2026
a8646cf
fix: address review comments
GDamyanov Jul 20, 2026
cfc4ac9
fix: address review comments
GDamyanov Jul 20, 2026
f9dcbec
Merge branch 'main' into number-input
GDamyanov Jul 20, 2026
b2a6a81
fix: register component in react playground
GDamyanov Jul 20, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions packages/main/cypress/specs/DynamicDateRange.cy.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,8 @@ describe("DynamicDateRange Last/Next Options", () => {
.should("exist");

cy.get("@stepInput")
.shadow()
.find("[ui5-number-input]")
.shadow()
.find("[ui5-input]")
.shadow()
Expand Down Expand Up @@ -396,6 +398,8 @@ describe("DynamicDateRange Last/Next Options", () => {
.as("stepInput");

cy.get("@stepInput")
.shadow()
.find("[ui5-number-input]")
.shadow()
.find("[ui5-input]")
.shadow()
Expand Down
Loading
Loading