Mobile web app: Disable pop-up keyboard for select datetime

I want to disable the pop-up keyboard on mobile web app when user uses the datetime component.

I’ve tried using the blur() method, but it doesn’t work.

The screenshot attached as referrence.

I’m not super familiar with mobile but could you have a text input and then have a JS query that runs on change to try and manipulate it into a proper format?

1 Like

@mateenrajid Does the user have the option to input a date? If so, I agree with DavidD’s suggestion - that is probably the best workaround currently. The text input component also supports validation rules, so you could use that to encourage the user to input with the proper format

If they don’t need to input a date, you could set the component to be disabled