webDatePicker .readonly?

I was reading the release notes for 2020R2 and I read this:

Blockquote WebDatepicker no longer shows the selection popover when the control is set to read-only.

I however see no such property in the webdatepicker control. Am I missing something?

You mean enabled = false?

https://documentation.xojo.com/api/user_interface/web/webcontrol.html#webcontrol-enabled

Thanks or your reply DarkJ

I mean read-only as that is what the release note says.

See 61953:
https://documentation.xojo.com/resources/release_notes/2020r2.html

Disabling a control maybe the same as read only. I don’t see a read only property documented? Perhas it could be there but undocumented?

It seems that is the case, the release note is just a bit confusing.

Thanks for your input!