-
Notifications
You must be signed in to change notification settings - Fork 2
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
feat(plex-select): permite crear items on demand #289
base: master
Are you sure you want to change the base?
Conversation
}; | ||
this.data.push(n); | ||
return n; | ||
}), | ||
// dropdownParent: 'body', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Código comentado detected diría @martinebucarey
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Está buenísima la funcionalidad @liquid36!
Sólo me pasó lo que ve en el gif adjunto (no puedo usar el item agregado hasta que borro el input con el botón clear)
Quizá se pueda hacer un ejemplo con una breve explicación de su uso.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💯
No sé si alguien más podrá ver este PR. Quizá @JSantarelli y hay que rebasear |
un rebasito y sale che! |
Un rebasito y sale @liquid36! |
https://www.loom.com/share/4b34e1e09bb44350b7624c6b969dfbab Si yo sumo al listado una palabra, y después quiero agregar otra que esté incluida en la primera, no me deja guardarla ya que me muestra esa opción. Por ejemplo, primero sumo brasilia, y después quiero agregar brasil. |
Permite seleccionar "crear" un items si no se encuentra en el listado.