react-spectrum
Async combobox
#1335
Merged
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Overview
Commits
50
Changes
View On
GitHub
Commits
adding loading circle to combobox
LFDanLu
committed
5 years ago
adding progress circle to mobile combobox
LFDanLu
committed
5 years ago
adding loading aria-label to progress circle and first stab at adding async filtering
LFDanLu
committed
5 years ago
updating useListData after feedback
LFDanLu
committed
5 years ago
removing filteredItems from useListData api
LFDanLu
committed
5 years ago
some updates to useAsyncList
LFDanLu
committed
5 years ago
updaing useListData and adding client side filtering to useAsyncList
LFDanLu
committed
5 years ago
adding useAsyncList story and updating useAsyncList
LFDanLu
committed
5 years ago
adding load more support to combobox desktop
LFDanLu
committed
5 years ago
adding loading and load more to mobile combobox
LFDanLu
committed
5 years ago
fixing lint
LFDanLu
committed
5 years ago
updating combobox invalid/valid/loading css to useproper class conventions
LFDanLu
committed
5 years ago
fixing stuff
LFDanLu
committed
5 years ago
fixing lint
LFDanLu
committed
5 years ago
Merge branch 'main' into async_combobox
LFDanLu
committed
5 years ago
fixing star wars api cursor so it is https
LFDanLu
committed
5 years ago
Moving cursor string replace to before any awaits
LFDanLu
committed
5 years ago
Merge branch 'main' into async_combobox
LFDanLu
committed
5 years ago
Merge branch 'main' into async_combobox
LFDanLu
committed
5 years ago
moving ProgressCircle import out of textfield
LFDanLu
committed
5 years ago
renaming filterFn to filter in useListData
LFDanLu
committed
5 years ago
first stab at adding filtering action
LFDanLu
committed
5 years ago
adjusting filtering action in useAsyncList
LFDanLu
committed
5 years ago
making loading spinner show up in combobox input regardless of collection size
LFDanLu
committed
5 years ago
stopping loadMore actions if server side filtering is happening
LFDanLu
committed
5 years ago
adding "no results" to async combobox
LFDanLu
committed
5 years ago
clean up and fixing accidental deletion
LFDanLu
committed
5 years ago
progress on useAsyncList tests and bug fixes
LFDanLu
committed
5 years ago
adding more tests for useAsyncList
LFDanLu
committed
5 years ago
fixing lint
LFDanLu
committed
5 years ago
adding table async filtering story
LFDanLu
committed
5 years ago
add useListData tests
LFDanLu
committed
5 years ago
tenatively adding isLoading to Mobile combobox tray
LFDanLu
committed
5 years ago
increasing specificity of textfield circle loader styles
LFDanLu
committed
5 years ago
making progress circle reserve space in textfield and searchfield
LFDanLu
committed
5 years ago
combining filter action case in async loadMore case
LFDanLu
committed
5 years ago
returning state from useAsyncList and passing it to ComboBox instead of isLoading
LFDanLu
committed
5 years ago
Merge branch 'main' into async_combobox
LFDanLu
committed
5 years ago
adding loading state shared type
LFDanLu
committed
5 years ago
updating combobox tray clear button and progress circle positioning
LFDanLu
committed
5 years ago
fixing tests
LFDanLu
committed
5 years ago
Remove client side filtering from useAsyncList
devongovett
committed
5 years ago
Change mobile combo box loading behavior
devongovett
committed
5 years ago
fixing tests
LFDanLu
committed
5 years ago
fixing lint
LFDanLu
committed
5 years ago
updating table story for useAsyncList changes
LFDanLu
committed
5 years ago
adding a server side filtering story
LFDanLu
committed
5 years ago
fixing table story
LFDanLu
committed
5 years ago
Merge branch 'main' into async_combobox
LFDanLu
committed
5 years ago
Merge branch 'main' into async_combobox
LFDanLu
committed
5 years ago
Loading