feat: requirement of search in available fields
Hi,
We are looking for a search for fields present in the data. In case of large number of fields if becomes difficult to always scroll down.
I am not sure if I totally understood. What is the type of your field?
If it's a checkbox, we render an input when more than 4 options are available.
If that's an input, we leave it blank. It would be great to replace it with a combox or also support checkboxes with the available options to show the user what the options are (similar to what vercel is doing).
Okay understood, Clarifying this. See in case you have several top level fields, consider you are logging objects with large number of keys. Usually during debugging we play with those fields like filtering them or changing their state so we just use search for it. You can refer the "Search fields.." input above, just typing in the field we select it right away. In current scenario we would have to scroll through a large list of fields.
How about having a Combobox instead to suggest best matching values.