softmachine2011
Jun 26, 2012, 9:16 AM
Hi,
<ext:TextField runat="server" MaxLength="10" FieldLabel="MaxLength=10" />
In v2 MaxLength markup property doesn't works. I can write infinite text an when I pass maxlength validation activates, but in previous v1.x versions, behaviour is that maxlength is max text that you can write.
Is this the new behaviour or an issue?
If is the new behaviour, is there any simple way to recover old behaviour to all textfields, textarea, ... in my app?
<ext:TextField runat="server" MaxLength="10" FieldLabel="MaxLength=10" />
In v2 MaxLength markup property doesn't works. I can write infinite text an when I pass maxlength validation activates, but in previous v1.x versions, behaviour is that maxlength is max text that you can write.
Is this the new behaviour or an issue?
If is the new behaviour, is there any simple way to recover old behaviour to all textfields, textarea, ... in my app?