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

Add autocomplete field #5

Open
4 tasks done
ruiaraujo012 opened this issue Apr 1, 2024 · 0 comments
Open
4 tasks done

Add autocomplete field #5

ruiaraujo012 opened this issue Apr 1, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@ruiaraujo012
Copy link
Contributor

ruiaraujo012 commented Apr 1, 2024

Add option to enable server-side fetch results

  • Add loading/isFetching prop
  • [ ] Add onSearchChange prop
  • [ ] Add parseInput and parseOutput props (This props override the values) [E.g. parseOutput(value) => '123' => 123]

  • Add field props to the base component props and the other muiProps
  • Replicate it to the other fields TextField and SelectField
  • Change the component names from ComponentField to ComponentController
@ruiaraujo012 ruiaraujo012 self-assigned this Apr 1, 2024
@ruiaraujo012 ruiaraujo012 added the enhancement New feature or request label Apr 1, 2024
@ruiaraujo012 ruiaraujo012 added this to the v1.0.0 milestone Apr 1, 2024
ruiaraujo012 added a commit that referenced this issue May 5, 2024
refactor some other files, changed all fields name from field to controller

closes #5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant