When using a "Input required" exposed form, setting a text in "Text on demand" and applying does not save the entered value nor format.
Using an exported view with :

  $handler->display->display_options['exposed_form']['options']['text_input_required'] = array(
    'value' => 'Please enter search terms.',
    'format' => 'plain_text',
  );

Does not work neither.

Comments

dawehner’s picture

Commited a fix . Please try out the current git version/wait until tomorrow when the new dev version is pushed.

dawehner’s picture

Status: Active » Fixed

Update.

Automatically closed -- issue fixed for 2 weeks with no activity.