@ebenkb wrote:
I am using the latest version of ember 3.8.3. When I try to use the new component version on ember input helpers, I get an error “Could not find component input”. But I find that implementation in the emberjs documentation. Please I need help to get around this.
I used this snapshot from the documentation.
<Input @id="admin-checkbox" @type="checkbox" @name="isAdmin" @checked={{this.isAdmin}} />
Posts: 1
Participants: 1