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

[DRAFT] Multiselect autocomplete #261

Merged
merged 25 commits into from
Feb 21, 2023
Merged

[DRAFT] Multiselect autocomplete #261

merged 25 commits into from
Feb 21, 2023

Conversation

wuda-io
Copy link
Member

@wuda-io wuda-io commented Apr 22, 2022

Proposed changes

Added Data-Array for Autocomplete. #219

Partially load Data on typing. Also indicating a search-progress.
Added Single-Select and Multi-Select with ID, Name, Description and Image too.
Seperated the Data and Application Layer from the Graphical interface, for custom filtering or Data-Algorithms.

TODO: Need to update documentaion and tests

Screenshots (if appropriate) or codepen:

single
multi

Types of changes

  • Bug fix (non-breaking change which fixes an issue).
  • New feature (non-breaking change which adds functionality).
  • Breaking change (fix or feature that would cause existing functionality to change).

Checklist:

  • I have read the CONTRIBUTING document.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@wuda-io wuda-io changed the title Multiselect autocomplete [DRAFT] Multiselect autocomplete May 12, 2022
@wuda-io wuda-io marked this pull request as ready for review February 18, 2023 10:35
@wuda-io
Copy link
Member Author

wuda-io commented Feb 18, 2023

image
@DanielRuf is it safe to change the base from main to dev? I dont wanna break anything.

@DanielRuf
Copy link

@wuda-io Nothing breaks when you change the base / target branch. You can change it as often as you want. The commits are untouched by this. Also you still have the original branch in your local Git repo.

@wuda-io wuda-io changed the base branch from main to v2-dev February 20, 2023 12:50
@wuda-io wuda-io merged commit 7500951 into materializecss:v2-dev Feb 21, 2023
@wuda-io wuda-io deleted the multiselect_autocomplete branch February 21, 2023 09:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants