Mark Kevin Baldemor

Results 125 comments of Mark Kevin Baldemor

For explanation why chrome number box accepts 'e' . http://stackoverflow.com/questions/31706611/why-does-the-html-input-with-type-number-allow-the-letter-e-to-be-entered-in For firefox i will try to reproduce it on my machine.

I found out that FF has an issue with ```type="number"``` Try it out with w3school sample https://www.w3schools.com/html/tryit.asp?filename=tryhtml_input_number ![image](https://cloud.githubusercontent.com/assets/3138071/24964168/146651b2-1fd3-11e7-81cd-21b9a6062c86.png)

Here's another information I got from ```caniuse.com``` ![image](https://cloud.githubusercontent.com/assets/3138071/24964324/8d6a27b4-1fd3-11e7-8d04-848c0cc06c25.png)

You can use key up event and create a regex matcher to match only numbers. Thats a workaround but later on 2.1 we will have a Mixin to Control each...

Additional feature - https://github.com/GwtMaterialDesign/gwt-material/issues/574 On 2.1 - we will add a functionality to have a custom implementation of REGEX pattern when trying to input to MaterialNumberBoxes and custom parsing.

Can you elaborate more about the sample on whats happening if you use the above constructor?

Thanks will take a look on this during the Rework Process of GMD.

I think this was an external Materializecss issue, this might be resolved on there latest release. But I think Materialize v1.0 will be the perfect release to migrate on. https://github.com/Dogfalo/materialize/issues/5004

Hi Magallo, For gwt-material we are using both GWTP and Errai at the moment, and it meets our expectation for page navigation and MVC patterns. For Nalu we didn't tried...

I've tested with your example on my workspace and it works fine, hovering the ``` hej2 ``` activator shows the dropdown. I will add on the demo showcase about the...