UraniumUI
UraniumUI copied to clipboard
Feature Request: SearchBar
One of the only standard UI building blocks that is missing is SearchBar.
The material specification for SearchBar is here.
Would be nice to have it in UraniumUI 💯
If currently no one working on this issue, I can work on that.
I'm not sure, we already have AutoCompleteTextField and MAUI has Shell Search Handler.
But still PR is welcome, a new material styled searchbar can be implemented.
Yes, you can work on that. Here some tips:
- It should be wrapped inside
InputField
(Check TextField or EditorField) - Attachments should be supported for adding extra elements at the end of the control
@EngincanV Are you working on that currently?
@enisn In your contribution guide, it says that PRs can be created after creating an issue, and after it is "approved". What do you mean when you say "approved", is that some kind of formal status, or just that it was not closed by you?
Also, is there any way to do small contributions by picking from the list of open issues? Currently, there are only 3 tickets that are tagged with help-wanted, and they are not issues I particularly would enjoy working on (like issues with "Platform: Windows only")
Or do you consider all open issues as "up-for-grabs"? And one last thing: is there an .editorconfig or something that would help with the setup of the IDE in your project?
Best regards, and thanks again for your work on this community project, it is greatly appreciated!
@EngincanV Are you working on that currently?
No, I haven't started yet, you can work on it if you want.