nytai commented on issue #11933: URL: https://github.com/apache/incubator-superset/issues/11933#issuecomment-741953686
This is by design, https://github.com/apache/incubator-superset/blob/7e6f04fce4321cee9d69b14fa003e4c24b5cf720/superset-frontend/src/components/DeleteModal.tsx#L78 The code specifically converts the input to uppercase before comparing. The point is not to make the user jump through various hoops in order to delete something, it's just to ensure the change is intentional. I agree with @ktmud, though, we should remove the browser `autocomplete` to make sure the user actually types something into the input instead of clicking around a couple of times. ---------------------------------------------------------------- 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: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
