-
Notifications
You must be signed in to change notification settings - Fork 489
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
Inline view of options missing for AutocompleteMultiSelectFormField
#7382
Comments
@rithviknishad plz assign me? |
Is this issue still in progress? @rithviknishad . |
@rithviknishad I'd like to work on it if it's still open |
Dear @Shahbaz898414 , kindly do not halt the solution to this issue. If you are stuck somewhere, let me know if I can help. Also if you want , I can give you the idea or rather the initial approach to solve this issue. |
I apologize for the delay. Please grant me some additional time to work on this. |
Sure... No issues . Just let me know if you get stuck somewhere. |
bro can you provide your linkedin plz ? |
@rithviknishad sir if issue is still not resolved, can I work on it? |
sure... www.linkedin.com/in/sulochan-khadka here you go... |
Hi, @gigincg, @nihal467, @khavinshankar, @mathew-alex, @aparnacoronasafe, This issue has been automatically marked as stale because it has not had any recent activity. |
@rithviknishad this has been solved by probably two ways. Since Combobox.input does not explicitly support this type of styling , 2 ways seemed to me to get it solved. The easiest way to get this solved was to use any pre-worked feature / library (increasing dependencies), while the other way round was to create from scratch, by working on the stylings , modifying some, and then achieving the required. Do let me know which one to push. I prefer the latter one since combobox consistency will be preserved along with no increase in dependency. |
Is the issue still open |
Closing as we are switching to use shadcn's components |
Describe the bug
#7287 has introduced support for an inline view of selected options for "MultiSelectFormField". However, the same is not present for
AutocompleteMultiSelectFormField
and hence makes the UI inconsistent.To Reproduce
Steps to reproduce the behavior:
AutocompleteMultiSelectFormField
is used (for example Log Lab Results page)Expected behavior
The UI should be similar to the inline view that
MultiSelectFormField
provides.Screenshots
Current:
Expected:
The text was updated successfully, but these errors were encountered: