We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
When I disable a xeditable element with an empty default value, the value disappears (like in the right element below):
Is this the normal behavior or I'm doing something wrong?
This is the code that generates the right element:
<a href="#" class="xeditable" data-type="text" data-pk="{{ patient.getId() }}" data-name="email_manual" data-title="{{ 'Email (manual entry)' | t }}" data-emptytext="{{ patient.getEmail() | default('n/c') }}"> {{ patient.getEmailManual() }} </a>
The text was updated successfully, but these errors were encountered:
We have resolved this by using js as follow: $('#SurveyComplete__c').editable("option", "disabled", true); $('#SurveyComplete__c').html('n/c');
Sorry, something went wrong.
No branches or pull requests
Hi,
When I disable a xeditable element with an empty default value, the value disappears (like in the right element below):
Is this the normal behavior or I'm doing something wrong?
This is the code that generates the right element:
The text was updated successfully, but these errors were encountered: