Skip to content

Commit

Permalink
fix valueHasChanged setting input
Browse files Browse the repository at this point in the history
  • Loading branch information
bthieurmel committed Dec 5, 2017
1 parent e62cbf0 commit ed9eef0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/input_class.R
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ Input <- setRefClass(
}
if (!emptyField(validFunc)) value <<- validFunc(evalValue(newValue, env), getParams())
assign(name, value, envir = env)
valueHasChanged <<- FALSE
value
},

Expand Down

0 comments on commit ed9eef0

Please sign in to comment.