MCPcopy Create free account
hub / github.com/microsoft/SandDance / TextField

Function TextField

packages/sanddance-explorer/src/controls/textfield.tsx:6–15  ·  view source on GitHub ↗
(props: ITextFieldProps)

Source from the content-addressed store, hash-verified

4import { ITextFieldProps } from '@msrvida/fluentui-react-cdn-typings/types';
5
6export function TextField(props: ITextFieldProps) {
7 return (
8 <base.fluentUI.TextField
9 onKeyUp={e => {
10 e.nativeEvent.stopImmediatePropagation();
11 }}
12 {...props}
13 />
14 );
15}

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected