Skip to content

issues Search Results · repo:adobe/react-webcomponent language:JavaScript

Filter by

16 results
 (81 ms)

16 results

inadobe/react-webcomponent (press backspace or delete to remove)

- The @byContent() does not work inner loop element: I implement as example codes: class ComponentItemModel extends DOMModel { @byContent( section ) content; } class ComponentModel extends DOMModel ...
  • taiphamv
  • Opened 
    on Jun 24, 2020
  • #25

Expected Behaviour In case of using Webpack Minicssextractplugin or StyleLoaderPlugin I want to be able to pass generated styles inside web component to style React component. Actual Behaviour Right ...
enhancement
  • AndreyLuzinov
  • 1
  • Opened 
    on Jan 23, 2020
  • #23

AFAIU this solution will work with shadow-dom only in case of inline styles?
  • AndreyLuzinov
  • 2
  • Opened 
    on Jan 22, 2020
  • #22

Expected Behaviour Should be able to use in context with Typescript Actual Behaviour Does not work, errors when specifying Model attributes as not found Reproduce Scenario (including but not limited ...
  • xipilot
  • 2
  • Opened 
    on Jul 24, 2019
  • #20

Can someone point me to a sample AEM Maven project that demonstrates proper use of react-webcomponent please? I have not been able to find anything like that and I m having trouble figuring out how to ...
  • nick-khoury
  • 1
  • Opened 
    on Jun 11, 2019
  • #19

Expected Behaviour A simple model like this should update if the contents of the node changes: class ButtonModel extends DOMModel { @byContentVal() label; } Actual Behaviour The initial contents ...
  • cuberoot
  • Opened 
    on Mar 22, 2019
  • #14

Expected Behaviour If I have defined a model where I specify a boolean attribute. e.g. @byBooleanAttrVal() checked. And, I have an instance of my web component where I do not specify that attribute (e.g. ...
  • cuberoot
  • Opened 
    on Feb 15, 2019
  • #13

Expected Behaviour When a web component that renders into a container is unmounted, it should delete the div that it creates. Actual Behaviour It leaves the div there. So, if you mount, unmount, and ...
  • cuberoot
  • Opened 
    on Feb 12, 2019
  • #11

Like the @byAttrVal annotation, when no parameters are passed, there is a default behaviour (in that case, matching the attribute with the same name of the property). When I use @byContent without parameters, ...
  • visomar
  • Opened 
    on Dec 19, 2018
  • #10

Expected Behaviour As stated in the documentation: The DOM content will be moved when the React component is mounted. And, the content will be put back in its original location if the React component ...
  • visomar
  • 1
  • Opened 
    on Dec 19, 2018
  • #9
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub