-
Please release a version to an artifactory like eg. Bintray. Having vlingo available as a release artifact makes it easy to try it out.
-
I cloned and built beta 2.1 a few hours ago and I created a small script to try out the new BrowserMobProxy interface with WebDriver. I crammed everything into main() to make it simple to replicate.
…
-
### Expected behavior
I have a simple mask to format currency like:
$10
On Android mobile Chrome I should be able to input amount ending with 0.
### Actual behavior
In an example, I want to ins…
-
This is the first proposal :
```
aSep = thousandSeparator or digitGroupSeparator
nSep = noSeparatorOnFocus
dGroup = thousandSeparatorDigitGrouping
aDec = decimalCharacter
altDec = decimalCharac…
-
Using the options : `{aSep: '.', aDec: ',', altDec: '.', aSign: ' €', pSign: 's', mRound: 'U', vMin: '0', sNumber: true }` ;
1. you enter the value `1.234.567 €` in the input
2. you select `234` so …
-
When using `lZero: 'deny'` and entering a `0` on the far left of the input value which has a value superior to 1, the caret is moved on the far right.
For instance, using those options : `{ aSep: '…
-
Using those options : `{ aSep: '.', aDec: ',', altDec: '.', aSign: '\u00a0€', pSign: 's', mRound: 'U', lZero: 'deny', vMin: '0.00', vMax: '999999999999.99' }`, and having an input with the current …
-
### Problem description
The Tab component's getStyle method hardcodes the textTransform style to 'uppercase'. This differs from the behavior of the RaisedButton and FlatButton components, which atte…
-
Using autoNumeric with dynamically created elements is annoying, as you have to add init code everywhere you insert relevant elements into the DOM.
It would be much more convenient to attach autoNume…
-
Hi @BobKnothe , i founded a bug.
When I am entry data form textInput and directly submit with press enter on keyboard ( I mean not go to submit button ), the data not saving in to database.
I hope t…