Sur le format Pase Copase Number dans ReactJS

function paste(e) {
  return e.clipboardData.getData('text').split(' ').join();
}
Determined Dog