Class MinMaxValueHelper


  • public class MinMaxValueHelper
    extends Object
    The HTML 5 input `type` "number" does not work as expected with the `max` and `min` attributes. This class provides a workaround for handling maximum and minimum values.
    • Constructor Detail

      • MinMaxValueHelper

        public MinMaxValueHelper()
    • Method Detail

      • setupMinMaxHandlers

        public static void setupMinMaxHandlers​(elemental2.dom.HTMLInputElement input)