Skip to content

Commit

Permalink
eliminate scrollbar
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrelogan committed Mar 6, 2020
1 parent fbac340 commit 71a5aed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/BasicExample.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export default function ExampleForm()

const form = {
setFormstate, // Tell react-formstate-fp how to update your formstate.
adaptors: [InputAndFeedback], // Tell RFF to pass formstate, form (and modelKey) props to this component.
adaptors: [InputAndFeedback], // Pass formstate, form (and modelKey) props to this component.
calculatePrimed: rff.primeOnChange // Tell the InputAndFeedback component when to show messages.
};

Expand Down

0 comments on commit 71a5aed

Please sign in to comment.