Open gochev opened 8 years ago
Currently there is no javascript error, however the "emptyText" is NOT translated when you change the languages while the search form is open. In order to do this is hard since you have to handle all field cases + even user defined fields and you cannot depend on css selectors or something.
If you open a search form for example product search and then change the languages from
English
toBulgarian
a javascript error is caused by the translateObj() method in translate.jsIt looks the problem is that there we are trying to find a textfield inside the search field but in 1.0 we changed the search form to have multiple types of search fields and to be NOT only textfield.