Dates beyond 2030 and autoscroll in select (#12998)
We got several requests to be able to set dates beyond 2030 which seems reasonable from a business standpoint! The problem was that then it required scrolling to get to the current date so a bad UX for most cases. I forced re-selecting the item to trigger auto scroll
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
import { SettingsOptionCardContentSelect } from '@/settings/components/SettingsOptions/SettingsOptionCardContentSelect';
|
||||
import { Select, SelectValue } from '@/ui/input/components/Select';
|
||||
import { Select } from '@/ui/input/components/Select';
|
||||
import { SelectValue } from '@/ui/input/components/internal/select/types';
|
||||
import styled from '@emotion/styled';
|
||||
import { Meta, StoryObj } from '@storybook/react';
|
||||
import { useState } from 'react';
|
||||
|
||||
Reference in New Issue
Block a user