Add behavior pages (fix #119) #130

Merged
cami merged 6 commits from feature/behaviourpages into main 2021-07-11 23:29:58 +00:00
Showing only changes of commit d1d213ac9d - Show all commits

View file

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