Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
VitorVieiraZ committed Jun 24, 2024
1 parent 3a69a7e commit 52489a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/qml/components/private/MMBaseSingleLineInput.qml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ MMBaseInput {
// Do not let TextField calculate implicitWidth automatically based on background, it causes binding loops
implicitWidth: width

readOnly: root.editState === "readOnly" || root.editState === "disabled" && root.isAttributeEditable
readOnly: root.editState === "readOnly" || root.editState === "disabled" && !root.isAttributeEditable

// Ensure the text is scrolled to the beginning
Component.onCompleted: ensureVisible( 0 )
Expand Down

1 comment on commit 52489a2

@inputapp-bot
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

iOS - version 24.6.635711 just submitted!

Please sign in to comment.