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
The following code doens't work correctly. It displays strange text in the cell.
const itemValueCommentType = 'itemValueCommentType'; SurveyCreatorCore.PropertyGridEditorCollection.register({ fit: function (prop) { return prop.type === itemValueCommentType; }, getJSON: function (obj, prop, options) { return { type: 'boolean', renderAs: 'checkbox', }; }, }); Survey.Serializer.addProperty('itemvalue', { name: 'o_comment', type: itemValueCommentType, default: false, });
Here is the example.
The text was updated successfully, but these errors were encountered:
I have removed displayName: '', and it works now.
displayName: '',
Sorry, something went wrong.
andrewtelnov
No branches or pull requests
The following code doens't work correctly. It displays strange text in the cell.
Here is the example.
The text was updated successfully, but these errors were encountered: