diff --git a/src/views/autocomplete/AutoCompleteDoc.vue b/src/views/autocomplete/AutoCompleteDoc.vue index 99629b438..96b8e3186 100644 --- a/src/views/autocomplete/AutoCompleteDoc.vue +++ b/src/views/autocomplete/AutoCompleteDoc.vue @@ -166,21 +166,6 @@ export default {
A model can be bound using the standard v-model directive.
+A model can be bound using the standard v-model directive. Default color format to use in value binding is "hex" and other possible values are "rgb" and "hsb".
A floating label is implemented by wrapping the input and the label inside a container having .p-float-label style class.
-InputText passes any valid attribute to the underlying input element.
+ColorPicker is displayed as an overlay with a preview option by default where second alternative is the inline mode.
+Following is the list of structural style classes, for theming classes visit
Name | -Element | -
---|---|
p-inputtext | -Input element | -
Any attribute such as style and class are passed to the main container element. Following are the additional properties to configure the component.
+Name | +Type | +Default | +Description | +
---|---|---|---|
value | +any | +null | +Value of the component. | +
defaultColor | +string | +ff0000 | +Initial color to display when value is not defined. | +
inline | +boolean | +false | +Whether to display as an overlay or not. | +
format | +string | +hex | +Format to use in value binding, supported formats are "hex", "rgb" and "hsb". | +
disabled | +boolean | +false | +When present, it specifies that the component should be disabled. | +
tabindex | +string | +null | +Index of the element in tabbing order. | +
baseZIndex | +number | +0 | +Base zIndex value to use in layering. | +
autoZIndex | +boolean | +true | +Whether to automatically manage layering. | +
Name | +Parameters | +Description | +
---|---|---|
input | +value: New value | +Callback to invoke on value change. | +
Following is the list style classed of the component.
+Name | +Element | +
---|---|
p-colorpicker | +Container element. | +
p-colorpicker-overlay | +Container element in overlay mode. | +
p-colorpicker-preview | +Preview input in overlay mode. | +
p-colorpicker-panel | +Panel element of the colorpicker. | +
p-colorpicker-content | +Wrapper that contains color and hue sections. | +
p-colorpicker-color-selector | +Color selector container. | +
p-colorpicker-color | +Color element. | +
p-colorpicker-color-handle | +Handle of the color element. | +
p-colorpicker-hue | +Hue slider. | +
p-colorpicker-hue-handle | +Handle of the hue slider. | +
None.
@@ -54,30 +179,22 @@ import ColorPicker from 'primevue/colorpicker';Any valid event such as focus, blur and input are passed to the underlying input element.
+Following is the list of structural style classes, for theming classes visit
InputText passes any valid attribute to the underlying input element.
+Any valid event such as focus, blur and input are passed to the underlying input element.
+Following is the list of structural style classes, for theming classes visit
Any valid event such as focus, blur and input are passed to the underlying input element.
+Following is the list of structural style classes, for theming classes visit
Any valid event such as focus, blur and input are passed to the underlying input element. Following are the additional events to configure the component.
+Any valid event such as focus, blur and input are passed to the underlying input element.
Following is the list of structural style classes, for theming classes visit
Name | -Parameters | -Description | -
---|---|---|
input | -event: New value | -Callback to invoke on value change. | -
Any valid event such as focus, blur and input are passed to the underlying input element.
Following is the list of structural style classes, for theming classes visit