You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for taking the time to make this publicly available!
Having the placeholder also receive the answers hash has helped me with a situation I needed.
I'd be more than happy to submit a pull request if you're happy for me to contribute.
--**placeholder** (*String*|*Function*) The name to display as a placeholder for chosen line. If defined as a function, the first parameter will be index of currently chosen answer. (optional) default: `INSERT HERE`.
+-**placeholder** (*String*|*Function*) The name to display as a placeholder for chosen line. If defined as a function, the first parameter will be index of currently chosen answer; the second argument will be the current answers hash. (optional)
+default: `INSERT HERE`.
The text was updated successfully, but these errors were encountered:
Hi Adam,
Thanks for taking the time to make this publicly available!
Having the placeholder also receive the answers hash has helped me with a situation I needed.
I'd be more than happy to submit a pull request if you're happy for me to contribute.
Here are the proposed changes
index.js
README.md
The text was updated successfully, but these errors were encountered: