Extra classes being added to text box widget and disabled changed to mask in Mendix 8.3?

0
I noticed that Mendix 8.3 adds the “mx-textbox form-group no-columns” classes to text box…  I also noticed that the disabled attribute is no longer there and has been replaced by ‘mask’. Does mask replaced disabled? Here is the old source code from Mendix 7.23.4:   Does anyone know how to remove the extra classes and if the disabled attribute has been changed to mask? Also why my button is no longer disabled?   Thank you!
asked
2 answers
3

Hi,

I would recommend to read the Atlas Migration documentation

https://docs.mendix.com/refguide/migration-dom-issues

Not sure if this is complete (looks like ‘mask’ is never mentioned) but it should be a good starting point.

regards, Fabian

answered
0

I noticed extra “mx-checkbox form-group no-columns” classes also being added on checkboxes:

Here is the old DOM:

answered