UraniumUI icon indicating copy to clipboard operation
UraniumUI copied to clipboard

Feature Request: SearchBar

Open StepKie opened this issue 1 year ago • 4 comments

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 💯

StepKie avatar Mar 03 '23 07:03 StepKie

If currently no one working on this issue, I can work on that.

EngincanV avatar Dec 15 '23 06:12 EngincanV

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

enisn avatar Dec 15 '23 06:12 enisn

@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!

StepKie avatar Jan 17 '24 08:01 StepKie

@EngincanV Are you working on that currently?

No, I haven't started yet, you can work on it if you want.

EngincanV avatar Jan 17 '24 08:01 EngincanV