Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
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