XPages ValuePicker Limited to 1000

前端 未结 1 447
粉色の甜心
粉色の甜心 2021-01-22 21:43

I use valuePicker and DojoListTextBox design element. If i have more than 1.000 values this valuepicker lists at most 1.000 records. How to increase that limitation? I just want

1条回答
  •  被撕碎了的回忆
    2021-01-22 22:22

    You need to add the maxRowCount Dojo attribute so your valuePicker looks like this:

    
        
            
                
                    
                
            
        
        
            
        
    
    

    0 讨论(0)
提交回复
热议问题