Why there is validation to prevent enum starting with number?

System Information
  • Strapi Version: v4
  • Operating System:
  • Database:
  • Node Version:
  • NPM Version:
  • Yarn Version:

I’m migrating from v3 to v4.
I got enum validation error while running. and later I found why. strapi/validator.js at af7c3d54cbbb72a12b6ddeab810356ea304be580 · strapi/strapi · GitHub.

Then how can we add percentage enum. for ex. 10%, 20%…etc… and years 2020, 2021, …,

@DMehaffy