-
Notifications
You must be signed in to change notification settings - Fork 401
HTML datalist #482
Comments
@astromac if you can create an example following the instructions found here. I can better assist you. Also try the following template. That might work because the id will automatically add
|
@ckniffen Thank you for the reply. I tried the template example you provided to no effect. You mentioned creating an example and referenced instructions. Was there a link that you intended to provide? |
the link is: http://help.angular-formly.com On Tue, Sep 22, 2015 at 2:24 PM astromac [email protected] wrote:
|
Done and thank you. |
This issue is being closed in favor of formly-js/angular-formly-templates-bootstrap#54 |
Is it possible for formly to render and correctly use a datalist element? Given the following statement placed in app.run:
And given the following formly JSON:
Formly simple renders an input element and excludes the datalist part of the template. Removing ng-model="model[options.key]" out of the input element in the template allows the browser to render the datalist correctly but it obviously doesn't save the input to the Angular model.
Have I missed anything?
The text was updated successfully, but these errors were encountered: