Skip to content

Commit

Permalink
Hide the readonlyRenderAs property from the Property Grid in Survey…
Browse files Browse the repository at this point in the history
… Creator (#360)
  • Loading branch information
RomanTsukanov authored Dec 11, 2024
1 parent 9a8be5c commit ab15229
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/flat_layout/flat_question.ts
Original file line number Diff line number Diff line change
Expand Up @@ -170,5 +170,6 @@ export class FlatQuestion implements IFlatQuestion {
Serializer.addProperty('question', {
name: 'readonlyRenderAs',
default: 'auto',
choices: ['auto', 'text', 'acroform']
choices: ['auto', 'text', 'acroform'],
visible: false
});

0 comments on commit ab15229

Please sign in to comment.