Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
paragon
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
paragon
Commits
1abaaa02
Commit
1abaaa02
authored
May 04, 2017
by
Ari Rizzitano
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
expand onchange events
parent
cda4867c
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
37 additions
and
5 deletions
+37
-5
dist/excalibur.min.js
+0
-0
dist/excalibur.min.js.map
+0
-0
src/SelectInput.js
+1
-1
src/TextInput.js
+1
-1
yarn.lock
+35
-3
No files found.
dist/excalibur.min.js
View file @
1abaaa02
This diff is collapsed.
Click to expand it.
dist/excalibur.min.js.map
View file @
1abaaa02
This source diff could not be displayed because it is too large. You can
view the blob
instead.
src/SelectInput.js
View file @
1abaaa02
...
@@ -34,7 +34,7 @@ class SelectInput extends React.Component {
...
@@ -34,7 +34,7 @@ class SelectInput extends React.Component {
handleChange
(
event
)
{
handleChange
(
event
)
{
this
.
setState
({
value
:
event
.
target
.
value
});
this
.
setState
({
value
:
event
.
target
.
value
});
this
.
props
.
onChange
(
event
.
target
.
value
);
this
.
props
.
onChange
(
event
.
target
.
value
,
this
.
props
.
name
);
}
}
getOption
(
option
,
i
)
{
getOption
(
option
,
i
)
{
...
...
src/TextInput.js
View file @
1abaaa02
...
@@ -34,7 +34,7 @@ class TextInput extends React.Component {
...
@@ -34,7 +34,7 @@ class TextInput extends React.Component {
handleChange
(
event
)
{
handleChange
(
event
)
{
this
.
setState
({
value
:
event
.
target
.
value
});
this
.
setState
({
value
:
event
.
target
.
value
});
this
.
props
.
onChange
(
event
.
target
.
value
);
this
.
props
.
onChange
(
event
.
target
.
value
,
this
.
props
.
name
);
}
}
render
()
{
render
()
{
...
...
yarn.lock
View file @
1abaaa02
...
@@ -1958,7 +1958,7 @@ faye-websocket@~0.11.0:
...
@@ -1958,7 +1958,7 @@ faye-websocket@~0.11.0:
dependencies:
dependencies:
websocket-driver ">=0.5.1"
websocket-driver ">=0.5.1"
fbjs@^0.8.9:
fbjs@^0.8.
4, fbjs@^0.8.
9:
version "0.8.12"
version "0.8.12"
resolved "https://registry.yarnpkg.com/fbjs/-/fbjs-0.8.12.tgz#10b5d92f76d45575fd63a217d4ea02bea2f8ed04"
resolved "https://registry.yarnpkg.com/fbjs/-/fbjs-0.8.12.tgz#10b5d92f76d45575fd63a217d4ea02bea2f8ed04"
dependencies:
dependencies:
...
@@ -2807,7 +2807,7 @@ longest@^1.0.1:
...
@@ -2807,7 +2807,7 @@ longest@^1.0.1:
version "1.0.1"
version "1.0.1"
resolved "https://registry.yarnpkg.com/longest/-/longest-1.0.1.tgz#30a0b2da38f73770e8294a0d22e6625ed77d0097"
resolved "https://registry.yarnpkg.com/longest/-/longest-1.0.1.tgz#30a0b2da38f73770e8294a0d22e6625ed77d0097"
loose-envify@^1.0.0, loose-envify@^1.2.0, loose-envify@^1.3.1:
loose-envify@^1.0.0, loose-envify@^1.
1.0, loose-envify@^1.
2.0, loose-envify@^1.3.1:
version "1.3.1"
version "1.3.1"
resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.3.1.tgz#d1a8ad33fa9ce0e713d65fdd0ac8b748d478c848"
resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.3.1.tgz#d1a8ad33fa9ce0e713d65fdd0ac8b748d478c848"
dependencies:
dependencies:
...
@@ -3276,7 +3276,7 @@ promise@^7.1.1:
...
@@ -3276,7 +3276,7 @@ promise@^7.1.1:
dependencies:
dependencies:
asap "~2.0.3"
asap "~2.0.3"
prop-types@^15.5.4, prop-types@^15.5.
8
:
prop-types@^15.5.4, prop-types@^15.5.
7, prop-types@^15.5.8, prop-types@~15.5.7
:
version "15.5.8"
version "15.5.8"
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.5.8.tgz#6b7b2e141083be38c8595aa51fc55775c7199394"
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.5.8.tgz#6b7b2e141083be38c8595aa51fc55775c7199394"
dependencies:
dependencies:
...
@@ -3355,6 +3355,29 @@ rc@^1.1.7:
...
@@ -3355,6 +3355,29 @@ rc@^1.1.7:
minimist "^1.2.0"
minimist "^1.2.0"
strip-json-comments "~2.0.1"
strip-json-comments "~2.0.1"
react-addons-css-transition-group@^15.5.2:
version "15.5.2"
resolved "https://registry.yarnpkg.com/react-addons-css-transition-group/-/react-addons-css-transition-group-15.5.2.tgz#ea7e0a9f0e1c27ca426da4efd3559915bd42ead2"
dependencies:
fbjs "^0.8.4"
object-assign "^4.1.0"
react-addons-transition-group@^15.5.2:
version "15.5.2"
resolved "https://registry.yarnpkg.com/react-addons-transition-group/-/react-addons-transition-group-15.5.2.tgz#da6989d9cffe27dffacaedc862000ffb09ae2206"
dependencies:
fbjs "^0.8.4"
object-assign "^4.1.0"
react-dom@^15.5.4:
version "15.5.4"
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-15.5.4.tgz#ba0c28786fd52ed7e4f2135fe0288d462aef93da"
dependencies:
fbjs "^0.8.9"
loose-envify "^1.1.0"
object-assign "^4.1.0"
prop-types "~15.5.7"
react-router-dom@^4.1.1:
react-router-dom@^4.1.1:
version "4.1.1"
version "4.1.1"
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-4.1.1.tgz#3021ade1f2c160af97cf94e25594c5f294583025"
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-4.1.1.tgz#3021ade1f2c160af97cf94e25594c5f294583025"
...
@@ -3376,6 +3399,15 @@ react-router@^4.1.1:
...
@@ -3376,6 +3399,15 @@ react-router@^4.1.1:
prop-types "^15.5.4"
prop-types "^15.5.4"
warning "^3.0.0"
warning "^3.0.0"
react@^15.5.4:
version "15.5.4"
resolved "https://registry.yarnpkg.com/react/-/react-15.5.4.tgz#fa83eb01506ab237cdc1c8c3b1cea8de012bf047"
dependencies:
fbjs "^0.8.9"
loose-envify "^1.1.0"
object-assign "^4.1.0"
prop-types "^15.5.7"
reactstrap-tether@1.3.4:
reactstrap-tether@1.3.4:
version "1.3.4"
version "1.3.4"
resolved "https://registry.yarnpkg.com/reactstrap-tether/-/reactstrap-tether-1.3.4.tgz#86d94d30216ffa34ceb2c626f4b9912c0d193894"
resolved "https://registry.yarnpkg.com/reactstrap-tether/-/reactstrap-tether-1.3.4.tgz#86d94d30216ffa34ceb2c626f4b9912c0d193894"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment