-
Notifications
You must be signed in to change notification settings - Fork 13
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
form group input bug #93
Comments
Hi @essramos Can you check this documentation link https://demos.creative-tim.com/vue-paper-dashboard-pro/documentation/component-docs/inputs.html#custom-form-gorup-inputs It seems the link you have is for an older free version. Also please make sure you have bootstrap 4.2.1 installed as a newer version might mess up with this part |
@cristijora thanks for the response. Followed the docs and this is what it looks like. There is a clear separator on the right icon. Code:
Also I am wondering how I can I add a button on the right side instead of an icon? For reference I am using this theme. |
Any update for this? @cristijora my team paid premium for support. It would be nice to get a quick response. |
Hi, Here is sample of the bug in your demo |
I am trying to create an input with an icon on the left and a button on the right. I am not sure how to do it with the fg-input.
Examples on this doc work perfectly for icons on either side of the input but not both and not a button.
https://demos.creative-tim.com/vue-paper-dashboard/documentation/component-docs/inputs.html#with-icons
On bootstrap, they have form group input prepend and append, I tried that and it doesn't look right. The send button and the icon on the left are not aligned with the input.
Here's the code:
Result.
The text was updated successfully, but these errors were encountered: