@fto-consult/expo-ui 7.18.0 → 7.18.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
@@ -211,7 +211,7 @@ export default class TableDataScreenComponent extends FormDataScreen{
|
|
211
211
|
return defaultStr(this.props.sessionName,"table-form-data"+this.getTableName())
|
212
212
|
}
|
213
213
|
prepareField(a,...args){
|
214
|
-
if(isObj(a?.field) && !this.canRenderActions()
|
214
|
+
if(isObj(a?.field) && !this.canRenderActions()){
|
215
215
|
a.field.disabled = true;
|
216
216
|
}
|
217
217
|
if(typeof this.props.prepareField =='function'){
|