[Dropdown] Can't clear dropdown cache
See original GitHub issueBug Report
Steps to reproduce
- Create a search selection dropdown with remote content:
$('..').dropdown({ apiSettings: { .. } })
- Search for a specific item in the dropdown list
- Remove the item from the remote data source
- Search for the item in the dropdown dialogue again
Expected result
There should be a way to clear the cache similar to $('..').search('clear cache')
so that the item is no longer included in the dropdown list.
Actual result
The item is visible indefinitely thanks to being cached.
Version
2.7.4
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
How to Delete Items From the Drop-Down List in Google ...
Press "Shift-Delete" to remove the highlighted entry from the list. If you want to remove multiple entries, visit your browser history by pressing...
Read more >PrimeNg DropDown - User can't clear the value - Stack Overflow
To clear the selected dropdown value, just set the selected option to an empty string. For example, here's a drop-down that let's the...
Read more >After clearing cache and cookies, my same dropdown list ...
After clearing cache and deleting cookies, my same dropdown list keeps on returning whenever I log in to Facebook. I need to know...
Read more >Clearing calendar location dropdown cached entries - TechNet
In order to clear the location dropdown list cache entry in OWA (Outlook Web Access), requesting you to use the arrow keys (On...
Read more >Cache, Cookie and Pop-Up Settings on Google Chrome
At the Time range drop-down box, select All time. Make sure the option Cached images and files is checked and remove all other...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@helmi77 I’ll tag this as an enhancement then
@prudho It’s about
dropdown
, notsearch
😉