grafana / grafana-aws-sdk-react

Apache License 2.0
3 stars 1 forks source link

ConfigSelect : Fixed disabled prop overriden and added prop to allow custom input #13

Closed yaelleC closed 2 years ago

yaelleC commented 2 years ago

This PR is needed for https://github.com/grafana/redshift-datasource/pull/130

Two changes:

  1. Added an optional allowCustomValue prop to ConfigSelect
  2. Fixed an issue with the disabled prop that was over written by jsonData.defaultRegion
andresmgot commented 2 years ago

btw, if you bump the version in the package.json, this will be automatically released once merged