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

NcSelect: Only hide search input if disabled and an element was selected #3833

Merged
merged 1 commit into from Feb 28, 2023

Conversation

susnux
Copy link
Contributor

@susnux susnux commented Feb 28, 2023

This fixes a regression where the placeholder text is not shown if NcSelect is configured to be not searchable, in this case the input element was hidden but this also hides the placeholder.

@susnux susnux added 3. to review Waiting for reviews regression Regression of a previous working feature feature: select Related to the NcSelect* components labels Feb 28, 2023
src/components/NcSelect/NcSelect.vue Outdated Show resolved Hide resolved
…selected

This fixes a regression where the placeholder text is not shown
if configured to be not searchable.

Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de>
@raimund-schluessler raimund-schluessler merged commit ebf538c into master Feb 28, 2023
@raimund-schluessler raimund-schluessler deleted the fix/ncselect-placeholder branch February 28, 2023 10:52
@julien-nc julien-nc mentioned this pull request Feb 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Waiting for reviews feature: select Related to the NcSelect* components regression Regression of a previous working feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants