@codeandfunction/callaloo 3.2.2 → 3.2.4
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.
|
@@ -22,6 +22,8 @@ interface Props {
|
|
|
22
22
|
messages?: string[];
|
|
23
23
|
/** The message type. The property can be one of `CLColors`, e.g. `CLColors.Danger`. */
|
|
24
24
|
messageType?: CLColors;
|
|
25
|
+
/** The default text shown when there is no value. Useful for providing a hint of what is expected. */
|
|
26
|
+
placeholder?: string;
|
|
25
27
|
/** A string representing name of the select. The name is submitted along with the select value when the form it belongs to is submitted. */
|
|
26
28
|
name: string;
|
|
27
29
|
/** Sets the label position to be above or to the left of the form element. The property can be one of `CLOrientation` */
|