Frank

Results 5 issues of Frank

maxlength works if i input content manually, but doesn't work for paste content. for example, if i set maxlength=5, the separator is comma and the paste content is : 123,098...

when select time(hour and minute), could we do that by pressing up and down key?

### Description My case as follows: I need to type something in a text input, and press enter to search. If the result only has one record, then just take...

help-wanted
needs example

I am using jxls `2.14.0` and jxls-reader `2.1.0`, commons-beanutils `1.9.4`, the java code is: ``` XLSReader mainReader = ReaderBuilder.buildFromXML(xmlConfig); mainReader.getConvertUtilsBeanProvider().getConvertUtilsBean().register(new JxlsDateConverter(), java.util.Date.class); ReaderConfig.getInstance().setUseDefaultValuesForPrimitiveTypes(true); XLSReadStatus readStatus = mainReader.read( dataInputStream, beanMap); ```...

bug

spring boot 2.x, jdk 1.8, maven 3.5, proguard 7.2.2 and proguard-maven-plugin 2.6.0. my configuration as follows: ``` wars/ .... ... org.apache.maven.plugins maven-war-plugin ${war.output.dictionary} com.github.wvengen proguard-maven-plugin 2.6.0 compile proguard 7.2.2 true...