Change IsLockedOut property to readonly when it's true (only allow unlocking members)

This commit is contained in:
Ronald Barendse
2021-11-08 11:22:07 +01:00
parent 5bda825fd1
commit 4bf598d9a4
2 changed files with 12 additions and 19 deletions

View File

@@ -4,6 +4,7 @@
<umb-toggle input-id="{{model.alias}}"
checked="renderModel.value"
disabled="model.readonly"
on-click="toggle()"
show-labels="{{model.config.showLabels}}"
label-position="right"