Create a new Entry text input widget.
const input = newEntry({ placeholder_text: 'Type here...', on_accept: (self) => print(self.text),}); Copy
const input = newEntry({ placeholder_text: 'Type here...', on_accept: (self) => print(self.text),});
Create a new Entry text input widget.