question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

span p:selectCheckboxMenu

See original GitHub issue

A seta do combo não fica legal quando uso “p:selectCheckboxMenu” image

<h:form prependId="false" id="formTarefas">
	<div class="ui-g ui-fluid">
		<div class="ui-g-3">
			<h:outputLabel for="usuarioFiltro" value="Usuários:" />
			<p:selectCheckboxMenu id="usuarioFiltro"
				value="#{tarefaPortalBean.userSelecionado}" label="Usuários"
				multiple="true" filter="true" filterMatchMode="startsWith"
				panelStyle="width:250px"
				converter="omnifaces.SelectItemsConverter">
				<f:selectItems value="#{tarefaPortalBean.usuarios}" var="u"
					itemLabel="#{u.name}" itemValue="#{u}" />
			</p:selectCheckboxMenu>
		</div>
	</div>
</form>

Outra coisa que acontece é quando marco alguns itens e depois desmarco todos image

No bean, nos valores seleionados fica vazio, mas visualmente não limpa a seleção

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:1
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
nazarenonetocommented, Apr 28, 2017

Deu certo!!!

1reaction
nazarenonetocommented, Apr 26, 2017

Estou usando a versão 1.0.0-RC3 do admin-theme e admin-template

Fiz a alteração da versão e continua a mesma coisa

image

Só um comparativo do html gerado image

image

Depois que abri a issue foi que percebi que abri no lugar errado, na próxima eu abro no local correto.

Read more comments on GitHub >

github_iconTop Results From Across the Web

PrimeFaces on selectCheckboxMenu click inside h:panelGrid ...
I have <p:selectCheckboxMenu> component inside <h:panelGrid> as you can ... managing row and col span (since you say that resolve the scroll ...
Read more >
Issue with select checkbox menu - Prime Community Forum
Hi , I am using selectbox menu and facing an issue .When the users clicks too fast , the items are getting deselected...
Read more >
Customized selectCheckboxMenu label · Issue #800 - GitHub
Hi all, I would like that you considere to add one facet to the selectCheckboxMenu component, it will help us to customize the...
Read more >
Show a real time progress bar in a Html User Dialog? - Axon.ivy
I sometimes have server side actions that last for quite some time and I want the user kept informed about the progress in...
Read more >
Multiple Choice Combobox (<b:selectMultiMenu>)
Multiple Choice Combobox (<b:selectMultiMenu>). This is a special combobox that allows you to select an arbitrary number of items without sacrificing a lot ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found