You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In case of editing or adding a DSN, the Save and Test Connection should only be activated if there is valid input, as follows:
the Save button requires a DSN Name and Hostname filled in;
the Test Connection button requires at least the Hostname field filled in. The delux feature here would be do have validation on the field (hostname or IPv4/6), but this only if there is already some ready to use framework functionality (regexps or building a parser here might be inadvisable).
The text was updated successfully, but these errors were encountered:
In case of editing or adding a DSN, the
Save
andTest Connection
should only be activated if there is valid input, as follows:Save
button requires a DSNName
andHostname
filled in;Test Connection
button requires at least theHostname
field filled in. The delux feature here would be do have validation on the field (hostname or IPv4/6), but this only if there is already some ready to use framework functionality (regexps or building a parser here might be inadvisable).The text was updated successfully, but these errors were encountered: