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

Function TextField

docs/app/js/sanddance-app.js:13036–13042  ·  view source on GitHub ↗
(props)

Source from the content-addressed store, hash-verified

13034// Licensed under the MIT license.
13035var _base = require("../base");
13036function TextField(props) {
13037 return (0, _base.base).react.createElement((0, _base.base).fluentUI.TextField, Object.assign({
13038 onKeyUp: (e)=>{
13039 e.nativeEvent.stopImmediatePropagation();
13040 }
13041 }, props));
13042}
13043
13044},{"../base":"b6Cy1","@parcel/transformer-js/src/esmodule-helpers.js":"jA2du"}],"gFWNm":[function(require,module,exports) {
13045var parcelHelpers = require("@parcel/transformer-js/src/esmodule-helpers.js");

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected