Page 1 of 1

'More Properties' ... strange

Posted: Sat Apr 13, 2013 6:33 am
by magicfrankie

Hi,

I am trying to set a property for an input field.

  1. I click on an input component.

  2. I click on 'More Properties'.

  3. In 'name' I type in maxlength .

  4. In 'value' I type 5 .

    But I get the following error message:

    'Incorrect type value: '5'
    Name should only contain characters from a-z, A-Z, 0-9, space, _, - ranges and should not start with a number or symbol.'

    How am I supposed to set a maxlength value for an input field if it won't let me enter a numeric value?

    Regards,

    Frank


'More Properties' ... strange

Posted: Sat Apr 13, 2013 7:45 am
by Igor

Hi,
I'll check and let you know asap.


'More Properties' ... strange

Posted: Sat Apr 13, 2013 10:47 am
by Igor

It's a bug. it'll be fixed as soon as possible.


'More Properties' ... strange

Posted: Mon Apr 15, 2013 2:28 pm
by Maryna Brodina

Hi, this bug will be fixed soon, but as workaround you can add the following code on page Show event:

codeTiggzi("mobiletextinputName").attr("maxlength", "5");/code
where mobiletextinputName - Input component name