autocomplete off doesnt work

<div className='dropown-subitem'>
                          <span>Functional Location</span>
                          <input autoComplete=''></input>
                          <TextBoxComponent
                            placeholder='Functional Location'
                            autocomplete='off'
                            value={this.function_location}
                            type="text"
                            onChange={(e: any) => {
                              this.function_location = e.target.value;
                            }}
                          />
</div>

But why it didnt work?

Have look that picture.

Thank


Attachment: image_(1)_56d1869d.rar

1 Reply

UD UdhayaKumar Duraisamy Syncfusion Team August 31, 2022 07:44 AM UTC

Hi Yahya,


We have validated the reported query on our end. Unfortunately, we couldn’t reproduce the reported issue as per your scenario. We have shared a simple working sample for your reference. Also, we request that you provide additional details about the issue as mentioned below. This will help us validate the issue further and provide you with a better solution.


  1. Simple issue reproducing runnable sample (or modify the shared sample).
  2. Issue replication steps.
  3. Video illustration of the issue.


Sample : https://stackblitz.com/edit/react-wx7hbk?file=index.js,index.css


Regards,

Udhaya Kumar D


Loader.
Up arrow icon