Added copy paste things :-)
This commit is contained in:
parent
ca25e3bcf8
commit
d1d213ac9d
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,8 @@ function InputField(props) {
|
|||
onChange={props.onChange}
|
||||
type={props.InputType}
|
||||
placeholder={props.InputPlaceHolder}
|
||||
onCopy={props.onCopy}
|
||||
onPaste={props.onPaste}
|
||||
/>
|
||||
</label>
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue