Javascript – How to get the input value of the cardNumberElement stripe, ONLY IN THE FRONT
const handleChange = (e) => { console.log(e); }; <CardNumberElement onChange={(e) => handleChange(e)} /> I'm making a nice front for cardNumberElement where the user types the card numbers and they appear on the front like this 1234 **** **** **** 5678…