-
Notifications
You must be signed in to change notification settings - Fork 110
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
Corrected problems with new job wizard. #262
Corrected problems with new job wizard. #262
Conversation
…e necessary fields. Also enhanced the way tabs are displayed.
+1 al PR |
@RaulMonteroC el captcha se tiene que validar en el servidor, el va a hacer el post como sea. Solo deberías agregar: [CaptchaValidator(RequiredMessage = "Por favor confirma que no eres un robot")] en el metodo post del wizard. |
New round step buttons not aligning properly on mobile. |
@luis-ramirez full, |
Ya esta corregido el problema del reCaptcha. Ahora con el tema del layout de los botones, esta el problema que eso esta harcodeado. Si se fijan la posición esta explicita usando absolute position y left para alinearlo. Osea que salvo la resolución para la cuál la trabaje se va a ver descuadrada. Necesito encontrar una manera para que esos circulos se ajusten más o menos aunque en la versión mobile se oculte. |
Yo lo veo bien +1 RT Like, comment and Subscribe |
+1 |
Corrected problems with new job wizard.
What's New
What I need help with
Related issues