necouchman commented on code in PR #457:
URL: https://github.com/apache/guacamole-client/pull/457#discussion_r3035867161
##########
guacamole/src/main/webapp/app/form/templates/dateField.html:
##########
@@ -8,5 +8,6 @@
guac-focus="focused"
placeholder="{{'FORM.FIELD_PLACEHOLDER_DATE' | translate}}"
autocorrect="off"
- autocapitalize="off"/>
+ autocapitalize="off"
+ autocomplete="off"/>
Review Comment:
Good question - I'm not sure. However, the fields do get a "name" attribute
that I think is pushed down from the `ng-attr-name` property? Maybe this is
enough?
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]