Brent Abrahams

Results 123 comments of Brent Abrahams

Sorry about the late reply. This doesn't look like it's possible right now. I'll look at adding an api to put custom attributes on the input element -- that should...

I can't think of a way to do autocomplete yet. Which autocomplete package are you looking at?

It looks doable. Just wondering - what would the use case for this be?

This package is just for updating fields from documents in collections.

You could overwrite the `EditableText.update` function on the client and make some tweaks to the `editable-text.html` and `editable-text.js` files to add new possible parameters when initializing the widget (so it...

I'm pretty sure this wouldn't work with local collections without overwriting the `EditableText.update` function on the client (in which case you wouldn't be able to make fields of documents in...

I wouldn't think so. The whole UI part is written using Blaze.

I haven't tried it, but this might do the job: https://atmospherejs.com/gadicc/blaze-react-component

I've never tried to use this package with React. It was written before React was a thing.

Thanks for reporting. There's definitely something going wrong -- I'll look into it.