mn-angular-lib 0.0.67 → 0.0.69
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/package.json
CHANGED
|
@@ -1057,6 +1057,8 @@ interface MnTextareaProps {
|
|
|
1057
1057
|
name?: string;
|
|
1058
1058
|
/** Label text displayed above the textarea */
|
|
1059
1059
|
label?: string;
|
|
1060
|
+
/** Placeholder text shown inside the textarea when empty */
|
|
1061
|
+
placeholder?: string;
|
|
1060
1062
|
/** Number of visible text rows */
|
|
1061
1063
|
rows?: number;
|
|
1062
1064
|
/** Number of visible text columns */
|