• Introduction
  • Getting Started
  • 1 Minute Quick Start
  • Building Admin
  • presets, Instant CRUD
  • Listing
  • Listing Customizations
  • Filters
  • Editing
  • Brand
  • Menu
  • Detailing
  • Layout
  • Login
  • Permissions
  • Role
  • Keyboard Shortcut
  • Confirm Dialog
  • Slug
  • SEO
  • Activity Log
  • Worker
  • Publish
  • Internationalization
  • Localization
  • Redirection
  • Custom Pages
  • Web Application
  • The Go HTML builder
  • Page Func and Event Func
  • Layout Function and Page Injector
  • Lazy Portals
  • Switch Pages with Push State
  • Reload Page with a Flash
  • Partial Refresh with Portal
  • Manipulate Page URL in Event Func
  • Summary of Event Response
  • web.Scope
  • Event Handling
  • Form Handling
  • UI Components
  • Basic Inputs
  • A Taste of using Vuetify in Go
  • Linkage Select
  • Composite new Component With Go
  • Integrate a heavy Vue Component
  • Appendix
  • All Demo Examples

Basic Inputs

Vuetify provides many form basic inputs, and also with error messages display on fields.

Here is one example:

Check the demo | Source on GitHub
On This Page