magicfrankie
Posts: 0
Joined: Tue Oct 09, 2012 2:07 am

'More Properties' ... strange

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

Igor
Posts: 0
Joined: Tue Apr 02, 2013 12:05 pm

'More Properties' ... strange

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

Igor
Posts: 0
Joined: Tue Apr 02, 2013 12:05 pm

'More Properties' ... strange

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

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

'More Properties' ... strange

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

Return to “Issues”