OfficeDev/office-ui-fabric-core

Unable to copy clip board data to office UI fabric text box

pavanmanideep opened this issue · 0 comments

I have imported the office UI fabric like below
import * as React from "react";
import { TextField, MaskedTextField, ITextFieldProps } from 'office-ui-fabric-react/lib/TextField';
and not able to copy any clip board data to the text box which is created for the same.