@sabrenski/spire-ui 0.0.9 → 0.0.11

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/dist/index.d.ts CHANGED
@@ -4283,7 +4283,7 @@ export declare interface TextareaProps {
4283
4283
  maxHeight?: number;
4284
4284
  /** Maximum character count */
4285
4285
  maxLength?: number;
4286
- /** Show character counter */
4286
+ /** Show character counter (auto-enabled when maxLength is set, set to false to disable) */
4287
4287
  showCount?: boolean;
4288
4288
  /** Icon on the left side (top-aligned) */
4289
4289
  iconLeft?: IconInput;