I have a couple of readonly text boxes on my template and since upgrading from 1.4.2 to 1.4.2.3 these are no longer readonly. I am using twbs:bootstrap but this wasn’t upgraded at the same time (this is still version 3.3.6).
My text box HTML is standard…
<input type=“text” readonly class=“form-control” name=“meets_current_design_spec” id=“meets_current_design_spec” value="{{meets_current_design_spec}}" placeholder=“Meets Current Design Spec.”>
However when I inspect the element in Chrome…
The readonly has been completely removed.
I can manually add this back in through Chrome and the text box goes readonly but it isn’t readonly when generated from Meteor?
Any help would be much appreciated!
Here is full the update output of my update command…
$ meteor update --all-packages
Changes to your project’s package version selections from updating the release:
accounts-password upgraded from 1.3.1 to 1.3.3
babel-runtime* upgraded from 0.1.13 to 1.0.1
caching-compiler upgraded from 1.1.8 to 1.1.9
coffeescript upgraded from 1.2.6 to 1.11.1_3
ecmascript upgraded from 0.5.9 to 0.6.1
- These packages have been updated to new versions that are not backwards
compatible.
workspace: updated to Meteor 1.4.2.3.
Changes to your project’s package version selections from updating package versions:
blaze upgraded from 2.1.9 to 2.2.0
coffeescript upgraded from 1.11.1_3 to 1.11.1_4
ddp-common upgraded from 1.2.7 to 1.2.8
ddp-server upgraded from 1.3.11 to 1.3.12
launch-screen upgraded from 1.0.12 to 1.1.0
minimongo upgraded from 1.0.18 to 1.0.19
momentjs:moment upgraded from 2.15.2 to 2.17.0
stylus upgraded from 2.513.6 to 2.513.8