Skip to content

Fix hourIncrement and minuteIncrement #1

Description

@stsrki

As a workaround, we had to manually update step attributes of increment input elements.

https://github.com/Megabit/Blazorise/blob/master/Source/Blazorise/wwwroot/timePicker.js#L156

This should work automatically with

  • picker.set("hourIncrement", options.hourIncrement.value);
  • picker.set("minuteIncrement", options.minuteIncrement.value);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions