Coder Social home page Coder Social logo

Comments (6)

ljachymczyk avatar ljachymczyk commented on August 14, 2024

Hello @GCorbel
I'm not sure what exactly is your problem. Can you post here your sightings/form partial?

Regarding the appending example you provided, I think you should insert form inside td element, not the table directly.

from smart_listing.

GCorbel avatar GCorbel commented on August 14, 2024

The sithings/form partial is :

= simple_form_for(object) do |f|
  = f.input :date

Really simple. I tried some different things and it does not work.

table was a simple example. It's the first child with this behaviour. It do the same thing with the td element.

from smart_listing.

GCorbel avatar GCorbel commented on August 14, 2024

You was right. I forgot to add a td. My form must be like this :

td
  = simple_form_for(object) do |f|
    = f.input :date

from smart_listing.

GCorbel avatar GCorbel commented on August 14, 2024

You was right. I forgot to add a td. My form must be like this :

td
  = simple_form_for(object) do |f|
    = f.input :date: 

Thanks for your work.

from smart_listing.

ljachymczyk avatar ljachymczyk commented on August 14, 2024

Great that it worked for you. Let me know if you have any other issues.

Cheers!

from smart_listing.

ericboehs avatar ericboehs commented on August 14, 2024

I had this exact problem. Might be good to point it out in the readme.

from smart_listing.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.