@ni/ok-components 1.4.1 → 1.4.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.
@@ -99767,7 +99767,7 @@ focus outline in that case.
99767
99767
  this.textArea?.blur();
99768
99768
  }
99769
99769
  shouldDisableSendButton() {
99770
- return this.textArea.value.length === 0;
99770
+ return this.sendDisabled || this.textArea.value.length === 0;
99771
99771
  }
99772
99772
  resetInput() {
99773
99773
  this.value = '';