ant-design-blazor / ant-design-blazor

🌈A set of enterprise-class UI components based on Ant Design and Blazor WebAssembly.
https://antblazor.com/
MIT License
5.66k stars 1.02k forks source link

Form validation issue in Mobile #3160

Open vijayverma20 opened 1 year ago

vijayverma20 commented 1 year ago

Form validation working fine in desktop browsers. But when I try with mobile browser (Android Chrome), form showing required field error even if I provide value for the field.

Steps to reproduce

You can reproduce this issue on AntBlazor official website.

  1. Open https://antblazor.com/ in chrome on android mobile device.
  2. Go to form component.
  3. Pick the first example on form component page.
  4. Type username & password and click Submit.
  5. You will get 'Username field is required' error.

image

Please let me know if there is any workaround for this.

Thank you

ElderJames commented 1 year ago

Thanks for contacting us @vijayverma20 , may I ask which browser you are using?

vijayverma20 commented 1 year ago

Chrome

vijayverma20 commented 1 year ago

I can confirm, it happens only in Android Chrome browser. In iPhone, both Safari and Chrome working fine.

ElderJames commented 1 year ago

It's a little weird.