-
-
Notifications
You must be signed in to change notification settings - Fork 190
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
[Bug]: Wrong <input>
type for url
#550
Comments
There for this rule don't apply to the URL fields: ngx-editor/projects/ngx-editor/src/lib/editor.component.scss Lines 326 to 329 in 3741a9e
|
Thanks for catching this, Please raise a PR. will get that deployed soon. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in the thread. |
What happened?
On popups where you have a URL field the
<input>
type is set totype="href"
this is not a valid<input>
type.It should be
type="url"
to match valid valid<input>
type.ngx-editor/projects/ngx-editor/src/lib/modules/menu/link/link.component.html
Line 23 in 3741a9e
ngx-editor/projects/ngx-editor/src/lib/modules/menu/image/image.component.html
Line 23 in 3741a9e
Version
v17.5.4
Angular Version
v17.3.9
What browsers are you seeing the problem on?
Firefox
Link to reproduce
No response
Relevant log output
No response
Willing to submit a PR?
Yes
The text was updated successfully, but these errors were encountered: