Skip to content
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

Create new Component Mulit Step Select Async #94

Open
idurar opened this issue Jun 2, 2021 · 6 comments
Open

Create new Component Mulit Step Select Async #94

idurar opened this issue Jun 2, 2021 · 6 comments
Labels

Comments

@idurar
Copy link
Collaborator

idurar commented Jun 2, 2021

Issue Description: Create new Component Mulit Step Select Async

Description:
The goal of this issue is to create a new component called MultiStepSelectAsync that allows users to select data from a dropdown menu and dynamically fetch additional data from the server based on the user's selection.
Here is an example scenario to help illustrate how the MultiStepSelectAsync component should work:

The user starts by selecting an option from the initial input select component.
Once the user makes a selection, the second select component dynamically appears, fetching data from the server based on the user's choice in the first select component.
To elaborate further:

The first select component will display a list of options for the user to choose from.
Upon selecting an option, the MultiStepSelectAsync component will fetch further data from the server related to the user's choice and populate the second select component with the fetched data.
The fetched data could be retrieved through an asynchronous API call to the server using techniques such as AJAX or fetch.
The options in the second select component will be based on the data received from the server and will be updated dynamically whenever the user changes their selection in the first select component.

you can inspire from this SelectAsync component https://github.com/idurar/idurar-erp-crm/blob/dev/frontend/src/components/SelectAsync/index.jsx

@idurar idurar changed the title Add MulitpleSelectAsync Component Add Mulit Step Select Async Component Jun 21, 2021
@idurar idurar added the good first issue Good for newcomers label Jun 22, 2021
@idurar idurar removed the good first issue Good for newcomers label Jul 18, 2021
@themarufsharifi
Copy link
Contributor

themarufsharifi commented Jul 30, 2023

Hey @idurar, i am interested to work on this, could you assign this Issue to me?

@salahlalami salahlalami changed the title Add Mulit Step Select Async Component Create new Component Mulit Step Select Async Sep 4, 2023
@salahlalami
Copy link
Member

Hi @themarufsharifi , I update description , you are welcome to contribute

@themarufsharifi
Copy link
Contributor

please assign this issue to me, I started working on it, Is there anywhere that I can ask a question to the team, like Slack or Discord server?

@salahlalami
Copy link
Member

Hi @themarufsharifi you can work on it , please ask your question here

@SoumyaRanjan63
Copy link

Hi i am instrested on this feat ,can you assign it to me ?

@dmitriievserguei
Copy link

Hi, guys! I'm wondering if this issue was assigned to anyone? If not, I'm really interested in contributing!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants