ui5-webcomponents-ngx
ui5-webcomponents-ngx copied to clipboard
Problem with autocompletion in ui5-input
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