Text Box Autocomplete

0
0

Hello,

When a textbox is filled with autocomplete feature, for example in a login page, server seems to detect as a empty value when trying to execute with a button click event.  Sometimes passes, sometimes fails.. Any ideas?

Thanks, Jun

 

 

  • You must to post comments
0
0

Hi Jun,

Could you please record a video?

This seems like an issue with the latency between the client and the server.

If you could also wrap up a small sample with steps to reproduce!

Best Regards,
Alaa

  • You must to post comments
0
0

hi. yes i will post a video.

but you can try just simply put a basic if statement in a button click event. in this case using vb.net:

if textbox1.text = “” then

messagebox.show(“empty”)

end if

as i said, sometimes gets empty even chrome autocompleted it.

Regards, Jun

 

  • You must to post comments
0
0

Hi Jun,

we have not noticed this yet. Can you please put together a test case and see if you can reproduce when it is happening?

Best regards
Frank

  • You must to post comments
Showing 3 results
Your Answer

Please first to submit.