Page 1 of 1

PlaceHolder

PostPosted: 23 Jul 2015 04:43
by Aggie85
Howdy All!!

I am testing the JQMSelect control and I can't seem to figure out what the TIWCGJQMSelectBoxItems's PlaceHolder property does.

I tried reviewing the "documentation" and since it says ".....", I figured I would ask what does it do.

If it is a useful property, how does it work?

Best,

Aggie85

Re: PlaceHolder

PostPosted: 23 Jul 2015 09:34
by Alexander Bulei
Hi Aggie85,

Since in native html select you can't use placeholder attribute, the default behavior is use first select item as selected/placeholder.
So, when you enable the Placeholder.Enable, it will create and insert the "dummy" item just for placeholder internally.

Best Regards.

Re: PlaceHolder

PostPosted: 23 Jul 2015 13:10
by Aggie85
Howdy Alex!

That makes sense!

Appreciate the explanation!

Best!

Aggie85

Re: PlaceHolder

PostPosted: 23 Jul 2015 14:06
by Alexander Bulei
Hi Aggie85,

No problem ;)

Best Regards.