wise-white
wise-white7mo ago

Group Nav buttons in a bulk button

Hi in the CRUD App is there a way to Group Nav buttons in a bulk button that hide and reveal subbutton on click? (MUI)
5 Replies
kapa.ai
kapa.ai7mo ago
Hi @sarsar55.. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave: ---------------------- Refine provides a variety of buttons that are built above the <Button /> component of Material UI and includes many logical functionalities. However, the extracts provided do not specifically mention the ability to group navigation buttons into a bulk button that can hide and reveal sub-buttons on click. Here are some of the buttons provided by Refine: - <EditButton />: Documentation (https://refine.dev/docs/ui-integrations/material-ui/components/buttons/edit-button/) - <ListButton />: Documentation (https://refine.dev/docs/ui-integrations/material-ui/components/buttons/list-button/) - <DeleteButton />: Documentation (https://refine.dev/docs/ui-integrations/material-ui/components/buttons/delete-button/) - <SaveButton />: Documentation (https://refine.dev/docs/ui-integrations/material-ui/components/buttons/save-button/) - <ShowButton />: Documentation (https://refine.dev/docs/ui-integrations/material-ui/components/buttons/show-button) - <CloneButton />: Documentation (https://refine.dev/docs/ui-integrations/material-ui/components/buttons/clone-button) - <RefreshButton />: Documentation (https://refine.dev/docs/ui-integrations/material-ui/components/buttons/refresh-button/) - <CreateButton />: Documentation (https://refine.dev/docs/ui-integrations/material-ui/components/buttons/create-button/) For more complex UI interactions like the one you described, you might need to customize the components using the Refine CLI (https://refine.dev/docs/packages/list-of-packages/) or use additional Material UI components. For more detailed information, you can refer to the Refine documentation (https://refine.dev/docs). ---------------------- Note: you can ask me a follow up question by @ mentioning me again :speech_balloon: ----------------------
kapa.ai
kapa.ai7mo ago
<@791625518440120320> kapa.ai is still learning and improving, please let us know how it did by reacting below
wise-white
wise-white7mo ago
@kapa.ai in the useAutocomplete I want to specify the field to report in the create part for foreign keys how can i do?
kapa.ai
kapa.ai7mo ago
Let me check the knowledge base for you. One moment! :books: ---------------------- The useAutocomplete hook provided by @refinedev/mui can be used to implement autocomplete fields with relational data. This hook leverages the useSelect hook from the @refinedev/core package. However, the provided extracts do not contain specific information on how to specify the field to report in the create part for foreign keys using the useAutocomplete hook. For more detailed information on how to use the useAutocomplete hook, you can refer to the Refine documentation (https://refine.dev/docs/ui-integrations/material-ui/hooks/use-auto-complete/). ---------------------- Note: you can ask me a follow up question by @ mentioning me again :speech_balloon: ----------------------
kapa.ai
kapa.ai7mo ago
<@791625518440120320> kapa.ai is still learning and improving, please let us know how it did by reacting below