This example shows how you can customize the inputs and the hook into the rendering to allow full control over what is rendered.
It takes focus on providing custom entry in JSON Schema to provide a custom type for a property.
Run this example using:
npm i && npm run start
If you are on Windows, use the start:windows
script instead:
npm i && npm run start:windows