A suggest field with the type of search: "Result that contain the entered text", in the third letter that is enter the suggestion list is not displayed.
The problem whit the suggestion field was in a js validation, when the function indexOf() was used to return the position of the string that was search, this was happening because the validation was comparing with '0' when the string was not found, when this function returns -1 and not 0 if the item is not found, 0 was the initial position in the string.
- Nuevo requerimiento de funciones, nueva funcionalidad de filtrado para el campo "Suggest"
- Solucion:
Se ha implementado un nuevo atributo para el campo "Suggest" en el formulario "Add Suggest"
que consta de un Dropdown que nos permite seleccionar una opcion, la misma permite el filtrado
de texto, de la siguiente manera:
> Results that contain the entered text
> Results that start with the entered text
> Results that finish with the entered text
Esta opciones estan seteadas en el atributo "Search Type" con sus correspondientes opciones.
Disponible para la version 2.5.2
- Al buscar alguna palabra dentro de un suggest field, cuando se escribe la primera letra aparece una lista de la mayoria de las palabras que empiezan con esa letra, pero al ingresar la segunda letra, si esta combinacion no esta en la lista que aparecio al principio no muestra mas sugerencias hasta el momento que se escribe la segunda letra.
- Adjustment in the limit on selected elements.
- New feature, change SUGGEST field behavior for the insertion of
a new record
- SUGGEST displays a temporary message to be placed in this field
- SUGGEST when you insert a new record to the database, it displays
a popup message indicating the insertion
- SUGGEST this field allows the insertion of a new record by pressing
the key Intro
- Is improved SUGGEST field behavior (when there are results, and when
there are none)
- Problem solved by adding the SUGGEST field in the Dynaform (in the
editor DynaForms) this in IE, when ckeck the option "Store new entry"
- Problem solved in method "String.prototype.trim" (JavaScript)