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

[QSelect] minor fixes #141

Merged
merged 4 commits into from
Aug 9, 2021
Merged

[QSelect] minor fixes #141

merged 4 commits into from
Aug 9, 2021

Conversation

cheesytim
Copy link
Member

@cheesytim cheesytim commented Aug 4, 2021

for multiple state:

  • fix number value emitting
  • change initial value [] -> null
  • fix allow-create bug (don't keep query after emitting value
  • placeholder visible

for default state:

  • add blur when option was created

add assigned props for story

@cheesytim cheesytim requested a review from ViZhe August 4, 2021 11:06
@github-actions
Copy link
Contributor

github-actions bot commented Aug 4, 2021

🚀 Netlify deployed qui-max as draft

https://610a755db53b72c693709c23--qui-max.netlify.app

@@ -730,8 +733,8 @@ export default defineComponent({
if (index === -1) return;
const value = [...props.modelValue];
value.splice(index, 1);

emitValueUpdate(value);
const emittedValue = value.length ? value : null;
Copy link
Member

Choose a reason for hiding this comment

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

мб это стоит делать в emitValueUpdate? проверить там ещё что был передан массив
и тогда это уйдёт и на 688 строке тоже

@github-actions
Copy link
Contributor

github-actions bot commented Aug 5, 2021

🚀 Netlify deployed qui-max as draft

https://610ba1e5e6c8abaeb94f85ed--qui-max.netlify.app

@github-actions
Copy link
Contributor

github-actions bot commented Aug 9, 2021

🚀 Netlify deployed qui-max as draft

https://611111a66119efcecce3705f--qui-max.netlify.app

@cheesytim cheesytim requested a review from ViZhe August 9, 2021 11:46
@cheesytim cheesytim merged commit 1618821 into main Aug 9, 2021
@cheesytim cheesytim deleted the fix-select branch August 9, 2021 12:43
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.

2 participants