-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
✨Needed feature in marsha #155
Comments
tbh all these requests seems legit to me. Are they sorted by priority? |
@AntoLC , I'm curious if you might encounter a similar issue with the pop-in position as you did with the date picker component. Has its position already been made dynamic? |
Can you give me more details about this please, I'm curious |
yes ofc @NathanVss, please have a look to this merged PR here, initiated by @AntoLC |
Not sorted, no priority. |
Yes, I think there is the same problem. It doesn't seem to impact Marsha though. |
Searcheable without filtering onFocusWith @see https://mui.com/material-ui/react-autocomplete/#combo-box |
100% agree, I was made this way because Downshift does it itself ( https://www.downshift-js.com/downshift#usage-with-getrootprops ) - I will change this, it's not intuitive +1 |
here is the related PR of this specific request ( #166 ) |
Feature Request
List of the features needed in order to finish the transition from Grommet to Cunningham design system:
Tabs component
Modal component
Popover component
Textarea component
Select component
JSX.Element
typerequired
propsuggestion
prop, to start the scroll to a specific valuesearchableFree
prop, to search a potential value but let as well the possibility to use the value taped by the user (see example)value
),onChange
is triggered on the first render.In this case we need to be able to add an image per option.
The text was updated successfully, but these errors were encountered: