Closed
Description
Hi,
I'm on version 1.4.0 of the plugin and I'm not seeing "from messages" after tapping on any field. Safari version 14.5.1.
On a regular input field on a different page "from messages" works fine.
<code-input #codeInput [isCodeHidden]="false" [codeLength]="6" (codeCompleted)="onCodeCompleted($event)" [initialFocusField]="0" > </code-input>
Thank you!