Author Topic: Select typed filter is working wrong, when DOUBLE SPACE is found in select list  (Read 2453 times)

hellokert

  • Pro Deluxe
  • Newbie
  • *
  • Posts: 15
  • Hellokert
    • View Profile
Select typed filter is working wrong, when DOUBLE SPACE is found in select list.
You may be typing a text incorrectly.

If there is a such text in the select list, filtering will give you a blank set.

Please, look at the video:
https://drive.google.com/open?id=0B2r2JsrXrKFbYk5ZOGEtQUdjZlk

hellokert

  • Pro Deluxe
  • Newbie
  • *
  • Posts: 15
  • Hellokert
    • View Profile
Hy there, i'm waiting for your answer.
« Last Edit: June 14, 2017, 11:23:47 pm by paramquery »

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6113
    • View Profile
Either you need to replace multiple spaces with single space while saving form fields

 or

use a custom filter callback to ignore multiple spaces.

column.filter.condition = callback function.


PS: Please don't post in Evaluation board for early reply. It's for evaluation users.
« Last Edit: June 14, 2017, 11:40:43 pm by paramquery »