AutoComplete Component

The AutoComplete Component in Angular PrimeNG facilitates real-time suggestions while the user is typing in the input component.

Components

Descriptions

Model Driven Forms Component The Model Driven Forms can be used with the AutoComplete Component, in order to automatically suggest the next word depending upon the context.
Dropdown Component It is used to display a button next to the input field where the click behavior of the button is defined using the dropdownMode property that takes “blank” or “current” as possible values.
Multiple Selection Component It is used to select more than one value from the autocomplete.
Objects Component The Form AutoComplete Objects Component is used to define the label to display as a suggestion with a field attribute. This component helps to make the interactive Form AutoComplete by implementing the different stylings provided by Angular PrimeNG.
Force Selection Component It is used to validate the manual input to check whether it also exists in the suggestions list, if not the input value is cleared to make sure the value passed to the model is always one of the suggestions.
Templating Component The Templating Component allows displaying custom content inside the suggestions panel.
Animation Configuration Component Animation Configuration Component is used to set the transition time of the animation and the transition of the show and hide animations can be customized using the showTransitionOptions and hideTransitionOptions properties.
Properties Component The Form AutoComplete is an input field that facilitates real-time suggestions while the user enters the data in the input field.
Templates Component The AutoComplete Component is an input component that provides real-time suggestions when being typed. It uses ngModel for two-way binding, which requires a list of suggestions and a completeMethod to query for the results.
Styling Component It contains various styling classes that can be utilized to include the structural style to the Form Component.

Angular PrimeNG Form Complete Reference

Angular PrimeNG Form facilitates the various input components for taking the input field & validating, which helps to design a responsive form for a single-page-application, that enhances the user experience, along with increasing the user interactivity in the Web application.

There are various components that are provided by the Angular PrimeNG Form, which are listed below with their brief description.

Similar Reads

AutoComplete Component

The AutoComplete Component in Angular PrimeNG facilitates real-time suggestions while the user is typing in the input component....

Calendar Component

The Calendar Component can be used to display a month-wise calendar that allows the user to select dates and move to the next or previous month....

CascadeSelect Component

The CascadeSelect Component is used to display a nested structure of options. It is like a Dropdown component where the items have their nested items which the user can select....

Checkbox Component

The Checkbox Component is an extension to the standard checkbox element with theming....

Chips Component

The Chips Component can be utilized to include the multiple values on an input field....

ColorPicker Component

The ColorPicker Component can be used to make a component in which users can select colors....

Dropdown Component

The Dropdown Component can be used to make to choose the objects from the given list of items....

Editor Component

The Form Editor is a Quill-based rich text editor component. There are various components provided by Angular PrimeNG, which are described below....

FloatLabel Component

FloatLabel component is the floating label that can be used on the input component....

InputGroup Component

InputGroup component allows a user to input content....

InputMask Component

InputMask component allows a user to input value in a certain format which includes numeric, date, currency and phone....

InputSwitch Component

The InputSwitch Component is used to take a boolean input from the user. It has two states, on and off. It can be turned on initially by binding its value with a boolean variable set to true. There is only one event associated with the InputSwitch component which is given below....

Inputtext Component

The Inputtext Component is an element that is used to make a text field with multi-line input support....

InputTextarea Component

The InputTextarea Component is an element that is used to make a text field with multi-line input support....

InputNumber Component

An InputNumber Component allows a user to input content as a numerical value. All the components are given below ....

Invalid State Component

The Invalid State Component can be used to show an invalid state style in the form module. When the class is set to invalid, it will provide the style for the input element as invalid....

Form Knob Component

The Knob component is a form component that is used to define a dialer type knob that contains labels and some data values....

KeyFilter Component

The KeyFilter component can used to set the data type that is to be used for an input field. It also filters other data types from the entered data types....

Listbox Component

The ListBox component can be used to make a list component from which we can select one or more items and can also be discarded if the item is not required by unchecking in the list....

MultiSelect Component

The Multiselect Component provides the user with a list of options where the user can select one or more options. The properties of the MultiSelect Component are listed below....

Password Component

The Password Component can be used to represent the strength indicator for the password fields....

RadioButton Component

The RadioButton Component allows the user to select one option at a time from a set....

Rating Component

The Rating Component can be used to represents the rating given by the user....

Slider Component

The Slider Component can be utilized as an input field having numeric values with a drag handle....

SelectButton Component

The SelectButton Components can be used to make a group of buttons from which the user can select a value....

ToggleButton Component

The ToggleButton Component can be used to make a button that users can toggle by clicking on it...

TreeSelect Component

The TreeSelect Component allows the users to select items from hierarchical data....

TriCheckbox Component

The TriCheckbox Component allows a user to make a checkbox with three states ie, true, false & null conditions....

Contact Us