question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

StepInput Invalid styles path

See original GitHub issue

Is 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:closed
  • Created 3 years ago
  • Comments:7 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
salarenkocommented, Sep 1, 2020

Fixed with latest release Core v0.21.3

0reactions
dimamarksmancommented, Sep 1, 2020

@salarenko promised to resolve this patch today

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found