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
Hello, I am experiencing an error with the ui5-input.
When the field is autocompleted with information saved in the browser (username and session password for example), an error is displayed and the input does not obtain the value.
I have the input inside a reactive form and the problem only happens once the production build is generated.
In short, the browser suggestions are turned off which follows the design specs as it competes with the Input suggestions and value state popovers. This is done via autocomplete="off" set on the native input.
The fix in@ui5/webcomponents is integrated in @ui5/webcomponents-ngx and available with version >= 0.3.0-rc.6.
Hello, I am experiencing an error with the ui5-input.
When the field is autocompleted with information saved in the browser (username and session password for example), an error is displayed and the input does not obtain the value.
I have the input inside a reactive form and the problem only happens once the production build is generated.
<ui5-input id="inputUser" [placeholder]="placeHolderUserInput" formControlName="user" type="Text"></ui5-input>
Error
The text was updated successfully, but these errors were encountered: