@ni/spright-components 6.20.1 → 6.20.2

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.
@@ -99759,7 +99759,7 @@ focus outline in that case.
99759
99759
  this.textArea?.blur();
99760
99760
  }
99761
99761
  shouldDisableSendButton() {
99762
- return this.textArea.value.length === 0;
99762
+ return this.sendDisabled || this.textArea.value.length === 0;
99763
99763
  }
99764
99764
  resetInput() {
99765
99765
  this.value = '';