-
Notifications
You must be signed in to change notification settings - Fork 807
Closed
Labels
BugAn error, flaw, misbehavior or failure in the Monkey or Monkey Island.An error, flaw, misbehavior or failure in the Monkey or Monkey Island.Complexity: MediumImpact: MediumPluginsUIUser InterfaceUser Interface
Milestone
Description
Description
If fields in the plugin's configuration schema are not required, the behavior of the UI is ambiguous. Empty fields can be submitted, resulting in the default value being used, but this is not clear to the user. The UI should populate the field with the default value from the schema if no other value is supplied.
See #3295 (comment)
Tasks
- Override the
onChange()
function of the field to display the default value (0.25d) @ordabach
Metadata
Metadata
Assignees
Labels
BugAn error, flaw, misbehavior or failure in the Monkey or Monkey Island.An error, flaw, misbehavior or failure in the Monkey or Monkey Island.Complexity: MediumImpact: MediumPluginsUIUser InterfaceUser Interface