Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Greyout input field?

Is it possible to set a property to be uneditable like show?

I want an input to be greyed out and the user shouldn't be allowed to edit the field unless a certain creteria is fullfiled.

From Horizlist

field : {

  type : "string",

  expression : "always",

  expressionType : "dimension",

  ref : "qListObjectDef.qDef.qFieldDefs.0",

  translation : "properties.field",

  show : function(data) {

  return data.qListObjectDef && !data.qListObjectDef.qLibraryId;

  }

Is there a list of all the different types of properties we can use somewhere?

1 Solution

Accepted Solutions
Not applicable
Author

I figured it out.

readOnly: true

View solution in original post

2 Replies
Not applicable
Author

Not applicable
Author

I figured it out.

readOnly: true