You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2019/06/07 05:24:17 UTC

[GitHub] [incubator-druid] vogievetsky opened a new pull request #7844: Web console: less aggressive default value [bug fix]

vogievetsky opened a new pull request #7844: Web console: less aggressive default value [bug fix]
URL: https://github.com/apache/incubator-druid/pull/7844
 
 
   Fixed issue where deleting the last character in a auto form string input with a default value would aggressively auto fill the default value not allowing you to ever have the input empty `""`.
   
   Now it will allow the input to take the value of `""` but will reset to the default value onBlur (when the input loses focus)
   
   This should ideally be back-ported to 0.15.0 as this is an annoying bug

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org