FilipBartos / heapbox

jQuery <selectbox> replacement

Home Page:https://is.gd/1GdRnV

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

addressing the heapbox

MuhammedRef3at opened this issue · comments

What about if anyone tries to address the heapbox? when creating a one it assign the first element of it as an address, what if i want to give it an address then when opening it, it gives me the items in it...

Hello,

I'm not sure I understand what you mean. Can you post here some code example?

Thanks,
Filip

i'll give you an example by images :)

when using the Heapbox :

111

222

But i want to make it like that :

3333

444

Hi,

okay, there will be two new options in upcoming version. "title" and "showFirst". Their meaning:

title:

Allow you to define static title for heapbox. It means that this title won't change when you select some value in heapbox.

showFirst:

Decide if first item in heapbox should be shown or hidden. It's good for menus etc.

It's already in develop branch.

Have a nice day,
Filip

thanks a lot for your response 👍