StepInput Invalid styles path
See original GitHub issueIs this a bug, enhancement, or feature request?
BUG
Briefly describe your proposal.
I get this error in console:
item-detail:1
Refused to apply style from 'http://localhost:4200/home/travis/build/SAP/fundamental-ngx/node_modules/fundamental-styles/dist/step-input.css'
because its MIME type ('text/html') is not a supported
stylesheet MIME type, and strict MIME checking is enabled.
and when checking fundamental-ngx-core.metadata.json
or fundamental-ngx-core.js
and , we do have this path in there.
like this: import url(/home/travis/build/SAP/fundamental-ngx/node_modules/fundamental-styles/dist/step-input.css)
Which versions of Angular and Fundamental Library for Angular are affected? (If this is a feature request, use current version.)
latest branch
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (7 by maintainers)
Top Results From Across the Web
invalid - CSS: Cascading Style Sheets - MDN Web Docs
The :invalid CSS pseudo-class represents any , , or other element whose contents fail to validate.
Read more >Step Input | SAP Fiori Design Guidelines
The step input control allows the user to change the input values in ... If the user enters an invalid value, the invalid...
Read more >Validation in HTML5. :invalid classe after submit
I used this approach for a project of mine, so the invalid fields would be highlighted only after submit: HTML: <form> <input type="email" ......
Read more >Pipeline: Input Step
When checked the HTTP connection will ignore invalid certificates while trying to connect ... Path, Version ... Java LocalDate or LocalDateTime code style....
Read more >How to target non-empty but invalid input elements with CSS
This way, elements only get marked as invalid when the placeholder is not shown (meaning that they're not empty anymore). input:not(:placeholder ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Fixed with latest release Core v0.21.3
@salarenko promised to resolve this patch today