Availity / availity-react

React components using Availity UIKit and Bootstrap 4
https://availity.github.io/availity-react
MIT License
52 stars 30 forks source link

Feat/provider filter #1355

Open bjnewman opened 8 months ago

bjnewman commented 8 months ago

Filtering all providers unless devs pass in searchAll prop.

bjnewman commented 8 months ago

i forgot to account for the fact that parameters can be a function, will update the PR in a bit to address this

codecov[bot] commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (aca08fd) 91.40% compared to head (ab9cf0d) 91.54%. Report is 2 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1355 +/- ## ========================================== + Coverage 91.40% 91.54% +0.13% ========================================== Files 20 21 +1 Lines 733 745 +12 Branches 243 245 +2 ========================================== + Hits 670 682 +12 Misses 63 63 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

bjnewman commented 8 months ago

converting to draft - it turns out that more internal discussion is needed before this change can be made ;)