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

New regex option #10

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

New regex option #10

wants to merge 6 commits into from

Conversation

brnostone
Copy link

Description

Added a regex pattern option in the trigger, allowing you to define which characters are accepted and a simple example of an asynchronous data search

Type of Change

  • ✨ New feature (non-breaking change which adds functionality)
  • 🛠️ Bug fix (non-breaking change which fixes an issue)
  • ❌ Breaking change (fix or feature that would cause existing functionality to change)
  • 🧹 Code refactor
  • ✅ Build configuration change
  • 📝 Documentation
  • 🗑️ Chore

@xsahil03x
Copy link
Owner

Hey @brnostone, can you explain your use-case a bit more? why do we need a pattern?

@codecov
Copy link

codecov bot commented May 27, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (751988a) 82.41% compared to head (265ca87) 82.51%.
Report is 11 commits behind head on master.

❗ Current head 265ca87 differs from pull request most recent head 021cc15. Consider uploading reports for the commit 021cc15 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #10      +/-   ##
==========================================
+ Coverage   82.41%   82.51%   +0.09%     
==========================================
  Files           3        3              
  Lines         182      183       +1     
==========================================
+ Hits          150      151       +1     
  Misses         32       32              
Files Coverage Δ
lib/src/autocomplete_trigger.dart 100.00% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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.

None yet

2 participants