MCPcopy Create free account
hub / github.com/angular/components / setInputValue

Method setInputValue

src/cdk/testing/test-element.ts:166–166  ·  view source on GitHub ↗

Sets the value of a property of an input.

(value: string)

Source from the content-addressed store, hash-verified

164
165 /** Sets the value of a property of an input. */
166 setInputValue(value: string): Promise<void>;
167
168 // Note that ideally here we'd be selecting options based on their value, rather than their
169 // index, but we're limited by `@angular/forms` which will modify the option value in some cases.

Callers 3

setValueMethod · 0.65
setValueMethod · 0.65
crossEnvironmentSpecsFunction · 0.65

Implementers 3

ProtractorElementsrc/cdk/testing/protractor/protractor-
SeleniumWebDriverElementsrc/cdk/testing/selenium-webdriver/sel
UnitTestElementsrc/cdk/testing/testbed/unit-test-elem

Calls

no outgoing calls

Tested by

no test coverage detected