datepicker_component

package
v0.3.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 7, 2024 License: MIT Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Datepicker

type Datepicker struct {
	hiro.Component
	Props Props `json:"-"`
	// contains filtered or unexported fields
}

func (*Datepicker) HandleSelectDay

func (c *Datepicker) HandleSelectDay() error

func (*Datepicker) HandleSelectParameter

func (c *Datepicker) HandleSelectParameter() error

func (*Datepicker) Mount

func (c *Datepicker) Mount()

func (*Datepicker) Name

func (c *Datepicker) Name() string

func (*Datepicker) Node

func (c *Datepicker) Node() Node

type Props

type Props struct {
	Id       string
	Label    string
	Name     string
	Value    time.Time
	Required bool
}

func CreateProps

func CreateProps(field form.Field[time.Time]) Props

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL