AutoForm "readonly=true" don't work when update blaze to 2.2.0?

readonly=true don’t work when update blaze to 2.2.0.

{{> afQuickField name="amountPaid" value=totalDue readonly=true}}

Pl hlep me

Can confirm this. a readonly input no longer stays readonly.

I am having the same issue with a readonly text box. After upgrading blaze to 2.2.0 it is no longer readonly.

https://forums.meteor.com/t/upgrade-from-1-4-2-to-1-4-2-3-has-broken-my-bootstrap-readonly/31901

Now you have to use readOnly.

You mean replace readonly with readOnly? Can you please clarify.