## Input validation Stripe elements validate customer input as it is typed. To help your customers catch mistakes, listen to `change` events on an `Element` and display any errors. ### Example ```title Display validation errors from an Element ```