-
Notifications
You must be signed in to change notification settings - Fork 64
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
No placeholder parsing #9
Comments
Great! |
Hello. I can't get the placeholder working, could you help me, please? How or where do I need to put that code @nilsgraustins @itsalb3rt ? Thank you in advance. |
@luisantoniome check in line 354 (or minus) this fragment
|
Got it, big thanks, @itsalb3rt ! |
Thanks bro!.. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
$end .= $val['placeholder'] ? ' placeholder="'.$val['placeholder'].'"' : '';
The text was updated successfully, but these errors were encountered: