Skip to content
New issue

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

Hide new list icon when list item is empty #104

Closed

Conversation

KickButtowski80
Copy link
Collaborator

No description provided.

@@ -11,6 +11,7 @@
:states="states || globalPreferences.defaultStateGroup.states"
@blur="saveItem(index, $event)"
@input="addNewItem(index, $event)"
@delete="delItem(index, $event)"
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

part of #96

@@ -93,6 +94,9 @@ export default {
});
}
},
delItem(index, item) {
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

part of #96

Copy link
Collaborator Author

@KickButtowski80 KickButtowski80 left a comment

Choose a reason for hiding this comment

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

This PR contains parts of #96. Do not merge until #96 is merged

@@ -41,6 +43,14 @@
v-if="!readOnly && subList">
<v-icon>mdi-shield-link-variant-outline</v-icon>
</v-btn>
<v-btn
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

part of #96

@skamansam skamansam changed the title invisable shieldsign empty textfield Hide new list icon when list item is empty Jun 21, 2021
@skamansam
Copy link
Member

I am closing this PR as irrelevant.

@skamansam skamansam closed this Dec 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

shield sign must be invisible if the text field is empty List Items should be able to be removed
2 participants