Skip to main content
Nintex Community Menu Bar

Autocomplete Control - Case Sensitivity

  • December 21, 2017
  • 2 replies
  • 6 views

Hi,

 

how to set the case sensitivity for the autocomplete control?

It should search case insensitive...

 

Thanks in advance.

 

Stephan

2 replies

Forum|alt.badge.img+13
  • December 22, 2017

Hi XENON_Stephan,


 


The autocomplete control is case insensitive by design. There is no property available to change this. See our documentation for more details:-


 


http://help.k2.com/onlinehelp/k2smartforms/userguide/4.7/default.htm#auto-complete_control.htm


 


 


 


On a recent project I'm working on, i can see both behaviours on two autocomplete controls on the same form.

 

The first control lets you choose a user, and has a SmartObject against the AD behind it. Here the control is case insensitiv and most likely the way it is intended to be.

 

However, on the second control, we have a SmartObject from a SQL Server Table as datasource. The Database itselft is configured with a case sensitiv coalation, and it seems the control picks that up.

 

Is that behaviour also by design?

 

Regards,

Nico