Skip to content

Commit

Permalink
docs(textfield): updated readme with missing adapter method (#1823)
Browse files Browse the repository at this point in the history
docs(textfield): updated readme with missing adapter method (#1823)
  • Loading branch information
moog16 authored Dec 21, 2017
1 parent 49fc1c4 commit d39ea5d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/mdc-textfield/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ See [here](outline/) for more information on using the outline sub-component.
#### Helper Text

The helper text provides supplemental information and/or validation messages to users. It appears on input field focus
and disappears on input field blur by default, or it can be persistent.
and disappears on input field blur by default, or it can be persistent.
See [here](helper-text/) for more information on using helper text.

#### Leading and Trailing Icons
Expand Down Expand Up @@ -233,6 +233,7 @@ Method Signature | Description
`deregisterBottomLineEventHandler(evtType: string, handler: EventListener)` => void | Deregisters an event listener on the bottom line element for a given event
`getNativeInput() => {value: string, disabled: boolean, badInput: boolean, checkValidity: () => boolean}?` | Returns an object representing the native text input element, with a similar API shape
`getIdleOutlineStyleValue(propertyName: string) => string` | Returns the idle outline element's computed style value of the given css property `propertyName`
`isFocused() => boolean` | Returns whether the input is focused
`isRtl() => boolean` | Returns whether the direction of the root element is set to RTL

#### `MDCTextFieldAdapter.getNativeInput()`
Expand Down

0 comments on commit d39ea5d

Please sign in to comment.