Milan Mikuš
Milan Mikuš
Is part of solution for #1438 We probably should not reset value of input if element has invalid value inside. It may be half filled date/number
This solves #1438. Previously when user was in the middle of filling in a date the resulting date was very unpredictable. This was because `Date` object created `dateParse` auto-corrected to...
- I am trying to use: `` - I bind it to `public DateTime StartDate { get; set; }` - I type `10`,`10` for month and day into the date...
## Motivation Recently we have grown to like staticCommands in our DotVVM applications. They are fast, they save on network traffic and they are easy for our UX team to...
I realized that `_js.Invoke` does not work in value bindings in markup control. It works nicely in the page. I added sample for problematic case.
Currently in DotVVM there is no support for native HTML input `...` We do have `` control but it does not support multiple selected items. ASP.NET Web Forms has ``...
My ramps 1.4 came with a 12864 display as is often the case. I thought it was a pitty that a very common display had been unsupported and I decided...
This pullrequest implements an option to use `X` axis stepper motor as a winder instead of `Pin 8` DC 12V motor by uncomenting `#define USE_STEPPER_WINDER` in the configuration.h file. `Pin...
I am building my own filament extruder and I would like to use Mackrel as firmware. In my defign I would like to use a stepper motor to drive spool...