necouchman commented on code in PR #457:
URL: https://github.com/apache/guacamole-client/pull/457#discussion_r3037664510
##########
extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-base/src/main/java/org/apache/guacamole/auth/jdbc/connection/ModeledConnection.java:
##########
@@ -98,7 +98,7 @@ public class ModeledConnection extends
ModeledChildDirectoryObject<ConnectionMod
* connection.
*/
public static final Form GUACD_PARAMETERS = new Form("guacd",
Arrays.<Field>asList(
- new TextField(GUACD_HOSTNAME_NAME),
+ new TextField(GUACD_HOSTNAME_NAME, Field.Autocomplete.ON),
Review Comment:
I'm open to suggestions - I was tempted to leave this one `ON` so that it
would auto-complete for admins filling in this field, but I can be swayed...
--
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]