Textext plugin ; want to hide prompt text when textarea contains tags and not in focus

Textext plugin ; want to hide prompt text when textarea contains tags and not in focus

Hi,

I am using the TextExt plugin to provide tag input and auto complete functionality for a text area.

The plugin comes with a prompt message for the textbox, by default this prompt message will show when the textarea is not in focus and doesn't contain any text.

However, if it is not in focus and contains tags but no text, the prompt message still shows. I need the prompt message not to show in this scenario. Here is an example ; http://textextjs.com/ : see the demo textarea still contains the prompt text "Add one..." if not in focus and has tags but no text.

I believe what I need can be configured in the file textext.plugin.prompt.js that comes with the plugin, but I cannot work out how to do this despite reading through all the help documentation...

Thankyou, any help would be very much appreciated.