File tree Expand file tree Collapse file tree
BootstrapInputAddons/widget Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -198,10 +198,8 @@ define([
198198
199199 dojoClass . add ( this . inputDiv , this . _getInputDivClass ( ) ) ;
200200
201- if ( this . _contextObj . getAttributeType ( this . fieldAttribute ) === "Enum" ) {
202-
201+ if ( this . _contextObj . getAttributeType ( this . fieldAttribute ) === "Enum" && this . _isEditable ( ) ) {
203202 this . _addEnum ( ) ;
204-
205203 } else {
206204 if ( ! this . _isEditable ( ) && this . readOnlyMode == "textControl" ) {
207205 dojoAttr . set ( this . inputNode , "disabled" , "disabled" ) ;
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<package xmlns =" http://www.mendix.com/package/1.0/" >
3- <clientModule name =" BootstrapInputAddons" version =" 3.3.1 " xmlns =" http://www.mendix.com/clientModule/1.0/" >
3+ <clientModule name =" BootstrapInputAddons" version =" 3.3.2 " xmlns =" http://www.mendix.com/clientModule/1.0/" >
44 <widgetFiles >
55 <widgetFile path =" BootstrapInputAddons/BootstrapInputAddons.xml" />
66 </widgetFiles >
You can’t perform that action at this time.
0 commit comments