orbeon - Smart European Date input control -


using orbeon-4.1.0.201304182144-pe, i'm having problem smart date completion.

i've included configuration property:

<property as="xs:string"  name="oxf.xforms.format.input.date"  value="[d]/[m]/[y]"/> 

to take european-style dates input.

the condition smart date completion:

when oxf.xforms.format.input.date property starts [d: e.g. 20/10

from input control-forms doesn't seem trigger. get:

input    output 20       20/5/2013       (correct) 20/5     not valid       (incorrect, should 20/5/2013) 20/5/13  20/5/2013       (correct) 5/20     20/5/2013       (incorrect, should not valid) 

is bug?

this bug, , fixed. fix in next release of orbeon forms, @ time of writing 4.2.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -