🚧 Work on React components and releases
This commit is contained in:
parent
10fc688be1
commit
9d54e25020
93 changed files with 1253 additions and 1785 deletions
|
@ -45,7 +45,8 @@ const PatternOptionPctDegCount = props => {
|
|||
onChange={update}
|
||||
label={"po-" + props.type + "-" + props.name}
|
||||
updateValue={update}
|
||||
/>)
|
||||
/>
|
||||
);
|
||||
|
||||
return (
|
||||
<li>
|
||||
|
@ -60,7 +61,7 @@ const PatternOptionPctDegCount = props => {
|
|||
toggleExpanded={toggleExpanded}
|
||||
expanded={expanded}
|
||||
showHelp={() =>
|
||||
props.triggerAction("showHelp", {
|
||||
props.raiseEvent("showHelp", {
|
||||
type: "patternOption",
|
||||
value: props.name
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue