Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom Type Search/Filter #3934

Open
natebot13 opened this issue Apr 21, 2024 · 2 comments
Open

Custom Type Search/Filter #3934

natebot13 opened this issue Apr 21, 2024 · 2 comments
Labels
feature It's a feature, not a bug.

Comments

@natebot13
Copy link

The number of Custom Types in my project is getting a quite large. When adding a property to an object, the interface for picking the property to add is a simple dropdown and a text field for naming it. The dropdown is in alphabetical order, which does help a bit, but it would be nice if I could search/filter these properties by name.

Describe the solution you'd like
Ideally, a bit more UI in the "Add Property" dialogue would be great. Something like a scroll box instead of a dropdown, with a search field at the top to filter what I'm looking for.

Describe alternatives you've considered
I don't think there are any alternatives to this at the moment. Maybe I could make my own plugin that has the UI I'm looking for, but I haven't looked into if that's possible.

@natebot13 natebot13 added the feature It's a feature, not a bug. label Apr 21, 2024
@eishiya
Copy link
Contributor

eishiya commented Apr 21, 2024

If you start typing with the dropdown in focus, it will select the first match. This is standard dropdown behaviour, and works similarly to that in the class field on objects.

If there is to be a search/filter option in addition to that (perhaps one that can match substrings in the middle of the name?), then I think it should be available for the object class field and in the custom types editor as well.

@natebot13
Copy link
Author

Ah, typing the name of the property with the dropdown selected helps a little. It still would be nice to have a filter text box so it can do a more fuzzy filter/search from anywhere within the property name, in case I don't remember exactly how I named a property.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature It's a feature, not a bug.
Projects
None yet
Development

No branches or pull requests

2 participants