简体   繁体   中英

primefaces: autoComplete dropdown from left, need the opposite

I have autocomplete with drop down, it is from left to right, I need it from right this is the code:

<f:facet name="input">
     <p:autoComplete dropdown="true" value="#{buffer.rpValue}" style="width:100%; padding:0px;"
                completeMethod="#{buffer.completeBufferOption}"
                queryDelay="50" immediate="true" />
</f:facet>

picture: http://postimg.org/image/mfchcha3x/

答案是正确适合宽度,特别是autoComplete的输入宽度

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM