Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Controls & Input types #13

Open
tomchristie opened this issue Apr 21, 2020 · 0 comments
Open

Controls & Input types #13

tomchristie opened this issue Apr 21, 2020 · 0 comments

Comments

@tomchristie
Copy link
Member

tomchristie commented Apr 21, 2020

Stuff to consider...

Primative types from typesystem...

  • typesystem.String / orm.String
  • typesystem.Integer / orm.Integer
  • typesystem.Float / orm.Float
  • typesystem.Decimal / orm.Decimal
  • typesystem.Boolean / orm.Boolean checkbox, (radio or select could also be valid)
  • typesystem.Choice select (radio could also be valid)
  • typesystem.Text / orm.Text textarea
  • typesystem.Date / orm.Date
  • typesystem.Time / orm.Time precision=...
  • typesystem.DateTime / orm.DateTime precision=...
  • typesystem.Any / orm.JSON

Other formats...

  • typesystem.UUID / orm.UUID
  • Email, URL
  • Password display.
  • Multiple choice. select multiple (multiple checkboxes could also be valid)

More complex types...

  • File & Image inputs
  • ForeignKeys
  • Union / Array / Object / Const
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant