Overlay does not vanish after adding a value

Forums Autocomplete Overlay does not vanish after adding a value

Viewing 1 reply thread
  • Author
    Posts
    • #17782
      Artaker
      Participant

      Hi!

      I have a list with a text field that I connected with the autocomplete. It is to look into intself to give the user options what is already there but also enable to add new values.
      The add new value does work with this version, I can click the button and the icon turns green.
      BUT the overlay does not vanish afterwards! And this is annoying since there is another input field directly under it 🙁

      Did I miss somme configuration, or is there a bug?

      Thanks

      BR,
      Nicole

      
      
      spjs.ac.textField({
      	"applyTo":"HerausgeberVerlag",
      	"helpText":"Geben Sie den Herausgeber bzw. Verlag ein",
      	"listGuid":"{F859F264-069B-4B9A-BC70-02E8C134B034}",
      	"listBaseUrl":"/ecpsharepoint",
      	"showField":"HerausgeberVerlag",
      	"enforceUniqueValues":true, // New in v1.33
      	"rowLimit":15,
      	"listOptionsOnFocus":false,
      	"reValidateOnLoad":false,
      	"allowAddNew":true, // New in v1.4
      	"isLookupInSelf":true, // New in v1.4
      	"filterCAML":"", // New in v1.4.3
      	"multiselect":false, // New in v1.4.4. If this is true, the "setFields section will not apply",
      	"multiselectSeparator":"; ", // New in v1.4.4.
      	"orderBy":[{"fin":"HerausgeberVerlag","ascending":true}], // New in v1.4.5
      	"setFields":[{}]					
      });
    • #17790
      Alexander Bautz
      Keymaster

      This will be fixed in an update later tonight.

      Alexander

      • #17919
        Artaker
        Participant

        Thank you

        BR,
        Nicole

Viewing 1 reply thread
  • You must be logged in to reply to this topic.