pub fn integer(title: impl Into<String>) -> NumberSchemaBuilder
Expand description
Create an integer field with title - beautiful ergonomics!
This is the primary integer constructor for forms and UI elements.
Use integer_builder()
if you need a title-less integer schema.