-
In https://jinntec.github.io/Fore/demo/binding.html, the Using View Source, this and other attributes are shown: <fx-bind ref="item"
required="boolean-from-string(../required)"
readonly="boolean-from-string(../readonly)"
constraint="boolean-from-string(../constraint)"
relevant="boolean-from-string(../relevant)">
</fx-bind> Short of using view-source, would it be possible to fix the display of the demo-snippets to make them scrollable or for long lines to wrap? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
unfortunately this is a limitation of the polymer component which is used here. That's not easily fixable as the whole content is in shadowDOM. We have a better component (jinn-codemirror) now but replacing it everywhere is a pile of work. This is certainly something to consider for a future release. |
Beta Was this translation helpful? Give feedback.
-
Found it. In the See PR #203 for the fix |
Beta Was this translation helpful? Give feedback.
-
merged that - works fine |
Beta Was this translation helpful? Give feedback.
merged that - works fine