patternfly-elements icon indicating copy to clipboard operation
patternfly-elements copied to clipboard

[NEW] pfe-textinput

Open kylebuch8 opened this issue 5 years ago • 2 comments

pfe-textinput

A web component text input that wraps a standard <input type="text"> element and provides an option for a connected <label> element. The web component will deliver the scoped styles through the shadow root of the web component.

We will follow the implementation that's used in the current PatternFly React Text Input component. https://www.patternfly.org/v4/documentation/react/components/textinput

Interaction

The component should support four states

  1. Default
  2. Disabled
  3. Read only
  4. Invalid

kylebuch8 avatar Jun 19 '20 14:06 kylebuch8

We are good from the design side, we will be repurposing the same styles from PF.

coreyvickery avatar Jun 25 '20 16:06 coreyvickery

This just needs a few updates and it could be merged: https://github.com/patternfly/patternfly-elements/pull/969

castastrophe avatar Apr 27 '21 15:04 castastrophe