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

Agregar soporte para campos de texto multilinea / Add support for textarea field #3

Open
asermax opened this issue Oct 10, 2020 · 2 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@asermax
Copy link
Contributor

asermax commented Oct 10, 2020

Agregar soporte para el campo de texto multilinea:
textarea

Similar al campo de texto simple, este campo debe soportar los siguientes campos:

  • title
  • description
  • hint

Tanto el componente para renderizar el campo como el componente para editar sus propiedades deberían ser implementados.


Add support for a textarea field, which should allow a user to write multiple lines of text:
textarea

Same as with the simple input field, this field must support and render the following fields:

  • title
  • description
  • hint

Both the component renderer and the component editor should be implemented.

@asermax asermax added the good first issue Good for newcomers label Oct 10, 2020
@Nimanita
Copy link

I have knowledge of react.If this issue will be solved by it??then please assign it to me

@asermax
Copy link
Contributor Author

asermax commented Oct 10, 2020

The app is written using Vue, some concepts are similar to React but it's a different framework. You can give it a go if you think you would be able to figure it out 👍

@asermax asermax changed the title Add support for textarea field Agregar soporte para campos de textarea / Add support for textarea field Oct 10, 2020
@asermax asermax changed the title Agregar soporte para campos de textarea / Add support for textarea field Agregar soporte para campos de area de texto / Add support for textarea field Oct 10, 2020
@asermax asermax changed the title Agregar soporte para campos de area de texto / Add support for textarea field Agregar soporte para campos de texto multilinea / Add support for textarea field Oct 10, 2020
@asermax asermax added the enhancement New feature or request label Oct 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants