Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
feat: add mask_input to parameter styling options
  • Loading branch information
aslilac committed Jun 25, 2025
commit 5c0fa34aab1f8d0fc3e2d974e8fe40a17cc4384f
1 change: 1 addition & 0 deletions types/parameter.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ type ParameterStyling struct {
Placeholder *string `json:"placeholder,omitempty"`
Disabled *bool `json:"disabled,omitempty"`
Label *string `json:"label,omitempty"`
MaskInput *bool `json:"mask_input,omitempty"`
}

type ParameterOption struct {
Expand Down
Loading