flexx
flexx copied to clipboard
FileBrowserWidget refresh method
Hi,
Could a refresh function be added to the FileBrowserWidget?
Setting the path to the already selected path does not refresh the view.
Is there some way to achieve this currently?
Thanks
That would probably be a good improvement indeed. The fact that setting path to the current value does not work is because Flexx' internals stop the generation of a new event when the value is not changed. So a refresh action would probably the best way to go. PR welcome :D
Will try to make a PR.