Bubble Convention
  • Introduction
    • About Bubble Convention document
    • About CitizenDev
  • Naming Cheat Sheet
  • Naming conventions
    • Page naming
    • Element naming
      • Groups
      • Reusable elements
      • Visual elements
      • Input elements
      • Custom states
      • Other notations
    • Style naming
    • Workflow naming & organization
    • Database naming
      • Data types & fields
      • Option sets
      • Privacy rules
  • Usage recommendations (upcoming)
    • Upcoming
  • Miscellaneous
    • Other recommendations
    • References
    • Copyright
    • Contribution guide
    • Changelog & version
Powered by GitBook
On this page

Was this helpful?

  1. Naming conventions
  2. Element naming

Input elements

Input elements should reflect the data they are changing: {Element type} {Data field} or {Element type} {Data type/Data field}. For instance: Input username or Input User/username.

PreviousVisual elementsNextCustom states

Last updated 1 year ago

Was this helpful?