This commit is contained in:
barsdeveloper
2024-12-16 00:44:10 +02:00
parent e405a7245d
commit c0032fed76
8 changed files with 373 additions and 263 deletions

View File

@@ -143,7 +143,9 @@ export default class PinTemplate extends ITemplate {
}
isInputRendered() {
return this.element.isInput() && !this.element.entity.PinType.bIsReference?.valueOf()
return this.element.isInput()
&& !this.element.entity.bDefaultValueIsIgnored?.valueOf()
&& !this.element.entity.PinType.bIsReference?.valueOf()
}
renderInput() {