Hello,
I’m working with a treeselect, so that it has the function of superimposing the text on top of the box as an input, how would that be possible?
Like this:
Regards,
Alvaro
Hello,
I’m working with a treeselect, so that it has the function of superimposing the text on top of the box as an input, how would that be possible?
Like this:
Regards,
Alvaro
Hello @Alvaro_Sanchez
Could you describe what you interesting in a little bit detailed?
Is there something broken?
Regards, Dima
Yes, I rephrase my question; the treeSelect component does not have the management of the input title being placed at the top of the input, what it does directly is that it is momentarily removed when opening the selection drop-down.
I’m going to add images to make it more explanatory; in this case “Select Item” when selecting the field it remains the same and when selecting an option it is replaced by the name of the selection.
I would like to manage the title of the treeSelect in the same way that it is managed in an input like this:
@Alvaro_Sanchez unfortunately there are no possibility to do it with a tree select. You could do your own custom component that will allow it.