0.0.9 • Published 1 year ago

@cpelements/cp-search-autocomplete v0.0.9

Weekly downloads
2
License
MIT
Repository
github
Last release
1 year ago

PatternFly Element | Cp search autocomplete element

Usage

cp-search-autocomplete is a wrapper for pfe-autocomplete that enables users to specify a path and optional placeholder text for use on the RH Customer Portal.

<cp-search-autocomplete path="/some/path/data.json"></cp-search-autocomplete>

Accessibility

This component has full keybaord and screen reader functionality.

Attributes

  • path: a url for the autocomplete functionality to reference and display potential matches.
  • placeholder: optionally override the default placeholder text
  • query: set the default value for the input field in pfe-autocomplete
  • num-items: change the default number of items (5) in the dropdown for pfe-autocomplete

Dependencies

@patternfly/pfe-autocomplete

Dev

`npm start`

Test

`npm run test cp-search-autocomplete -- -p`

the -p flag means it will persist, simply refresh the test in the browser window to use in development

Build

`npm run build`

Demo

From the PFElements root directory, run:

`npm run demo`

the demo page will launch with a table of contents to view each element. the css can take a while to build, so you may need to refresh the elements page after clicking on it.

Code style

Cp search autocomplete (and all PFElements) use Prettier to auto-format JS and JSON. The style rules get applied when you commit a change. If you choose to, you can integrate your editor with Prettier to have the style rules applied on every save.

0.0.9

1 year ago

0.0.8

2 years ago

0.0.7

2 years ago

1.0.0

3 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago