Skip to content

fix: date-picker#790

Open
juliankepka wants to merge 1 commit into
mainfrom
fix/date-picker
Open

fix: date-picker#790
juliankepka wants to merge 1 commit into
mainfrom
fix/date-picker

Conversation

@juliankepka

Copy link
Copy Markdown
Collaborator

@juliankepka juliankepka linked an issue Jun 22, 2026 that may be closed by this pull request
date={expiryDate}
onDateChange={setExpiryDate}
/>
{expiryDate &&

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

how about we do all that validation not on every render but inside the setExpiryDate function? Besides that, currently the validation does not block the network request from happening at all

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Improve Token Expiration Date Picker

2 participants