Konstantin
Konstantin
@Loori-R Can comfirm that with the Select component everything works.
Already on it
I am not finished yet and will make a commit once all are changed and tested
This query should give me the value types of `ClientPort` right? `/select/logsql/field_values?query=_msg%3A*+%7C+uniq+by+ClientPort+%7C+block_stats+%7C+uniq+type&start=1751839200000&end=1752011999999&field=type` query: `_msg:* | uniq by ClientPort | block_stats | uniq type` field: `type`
I was in the assumption that /field_values will return the values of the field that are available after the query. Just noticed it in the value_type operation, but then I...
For the value_type operation I want to get the availabe value types of the field specified. The field_values is explained so that I get all field values of the specified...
@dmitryk-dk > I suggest a little cleanup of the PR with callbacks, because every component has a handler, but its usage is on the element. May you be able to...
Could the onChange not just be in one line? Like I did in [ExactValueEditor.tsx](https://github.com/VictoriaMetrics/victorialogs-datasource/pull/329/commits/238b3b25928fc098cc2fce00b7be68f0d2439847#diff-5fa1811c841755f3f3a69db63886fe62719a7510163b9668a2225edf8f5b1e80) And just make handlers for onOpenMenu callbacks?
Why are only filters respected in the field_values/field_names endpoints. When it is stated otherwise in the docs? @Loori-R @dmitryk-dk