Added copy paste things :-)

This commit is contained in:
cami 2021-07-12 01:06:23 +02:00
parent ca25e3bcf8
commit d1d213ac9d

View file

@ -10,6 +10,8 @@ function InputField(props) {
onChange={props.onChange} onChange={props.onChange}
type={props.InputType} type={props.InputType}
placeholder={props.InputPlaceHolder} placeholder={props.InputPlaceHolder}
onCopy={props.onCopy}
onPaste={props.onPaste}
/> />
</label> </label>
); );