@acpaas-ui/ngx-forms

The forms module is a collection of several forms-related modules, like an autocomplete, a datepicker, a mask, a range slider, a timepicker, etc. You can find an overview in the [Modules](#modules) section below.

Usage no npm install needed!

<script type="module">
  import acpaasUiNgxForms from 'https://cdn.skypack.dev/@acpaas-ui/ngx-forms';
</script>

README

@acpaas-ui/ngx-forms

The forms module is a collection of several forms-related modules, like an autocomplete, a datepicker, a mask, a range slider, a timepicker, etc. You can find an overview in the Modules section below.

Documentation

Visit our documentation site for full how-to docs and guidelines

Modules

Name Description Documentation
AutoCompleteModule This module creates an input field with autocomplete functionality. Documentation
DatepickerModule This package allows the user to select a date either by input or by picking one in the calendar flyout. Documentation
MaskModule With this module you can make input fields that only accept a specific format. Documentation
RangeSliderModule This module provides a range slider. Documentation
SearchFilterModule This package allows the user to use a JIRA-like filter component with remote search capabilities. Documentation
TimepickerModule This package allows the user set the time either by choosing a slot in the dropdown or by typing in the autocomplete field. Documentation
UploadModule This module provides a couple of upload components and a specific Uploader class. Documentation
WysiwygModule This module provides a wysiwyg that can be used on a page or a form. Documentation

Contributing

Visit our Contribution Guidelines for more information on how to contribute.