fluxxcode / egui-file-dialog

Full featured and customizable file dialog for egui
MIT License
87 stars 11 forks source link

clear `search_value` on dir load #88

Closed juliapaci closed 8 months ago

juliapaci commented 8 months ago

simply clear the search value upon entering another directory.

fluxxcode commented 8 months ago

Thanks for the addition! Could you merge rel/v0.4 into your branch? The latest development status is on rel/v0.4 and the develop branch. So the changes here are now a bit broken.

I will also change the default branch to develop so that it is clear that the development status is on develop and not on master :)

fluxxcode commented 8 months ago

Or could you completely rebase the commit that the base branch is develop or rel/v0.4? There are merge conflicts between develop and master that I wanted to fix this evening.

fluxxcode commented 8 months ago

Plan changes. I'll now merge the PR to master and fix the rest there. I think this is much easier. Sorry for the confusion!