-
Notifications
You must be signed in to change notification settings - Fork 1.2k
ui: add an infinite scroll select component #10840
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
base: 4.20
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## 4.20 #10840 +/- ##
============================================
- Coverage 16.13% 16.13% -0.01%
+ Complexity 13220 13217 -3
============================================
Files 5651 5652 +1
Lines 496740 496779 +39
Branches 60183 60192 +9
============================================
+ Hits 80148 80151 +3
- Misses 407674 407703 +29
- Partials 8918 8925 +7
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
A select component which can retrieve more items from the API when scoll reaches at the end. It will allow selecting options in case of large number of items. Signed-off-by: Abhishek Kumar <[email protected]>
d90d939
to
a05caf7
Compare
Signed-off-by: Abhishek Kumar <[email protected]>
Signed-off-by: Abhishek Kumar <[email protected]>
@shwstppr a Jenkins job has been kicked to build UI QA env. I'll keep you posted as I make progress. |
UI build: ✔️ |
Signed-off-by: Abhishek Kumar <[email protected]>
Description
A select component which can retrieve more items from the API when scroll reaches at the end. It will allow selecting options in case of large number of items.
Current issues with the changes that need fixing/testing:
Showing name of a preselected item when it is not present in the first fetchTypes of changes
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale
Bug Severity
Screenshots (if appropriate):
How Has This Been Tested?
How did you try to break this feature and the system with this change?