sni / grafana-thruk-datasource

Use Thruks Rest API within Grafana
MIT License
13 stars 2 forks source link

Fix for creating own values in async input fields #50

Closed IsThisEvenCode closed 3 months ago

IsThisEvenCode commented 3 months ago

Created a new component that fixes the wrong order for creating a new option in input fields. Hitting enter now creates the desired option instead of selecting a pre-loaded option at the top of the list.

Loading and caching the available options allows for a quicker retrieval and selection.

sni commented 3 months ago

very nice, thanks