# InputBlock InputBlock description ### Usage ```js import InputBlock from "@appserver/components/input-block"; ``` ```js const mask = [/\d/, /\d/, "/", /\d/, /\d/, "/", /\d/, /\d/, /\d/, /\d/]; ``` ```jsx alert(event.target.value)} onChange={(event) => alert(event.target.value)} >