ripplejs / ripple

A tiny foundation for building reactive views
http://ripplejs.github.io
1.28k stars 66 forks source link

Compose doesn't correct work #25

Closed dmfilipenko closed 10 years ago

dmfilipenko commented 10 years ago

On this example child element correct insert in parent http://jsfiddle.net/QnHPj/12/.

But when we are using select compose doesn't work normal http://jsfiddle.net/QnHPj/11/

anthonyshort commented 10 years ago

This is because browsers don't allow other elements within select elements. They do the same thing with tables unfortunately

Sent from my iPhone

On 16 May 2014, at 8:45 am, Dmitriy Filipenko notifications@github.com wrote:

On this example child element correct insert in parent http://jsfiddle.net/QnHPj/12/.

But when we are using select compose doesn't work normal http://jsfiddle.net/QnHPj/11/

\ Reply to this email directly or view it on GitHub.