cronvel / terminal-kit

Terminal utilities for node.js
MIT License
3.08k stars 198 forks source link

inputField Inline support? #244

Open carince opened 5 months ago

carince commented 5 months ago

Is there any way to get inline in the inputField? I found this one in the docs about InlineField but was never able to work it out on putting it in my project. Any help would be greatly appreciated, cheers!

cronvel commented 5 months ago

It's not clear what is not working.

InlineInput is demonstrated by this sample code: ./sample/document/inline-input-test.js.

If you are not using the Document Model, you can use the term.inputField() method, see it in action here: ./sample/input-field-test.js.