Code Monkey home page Code Monkey logo

Comments (6)

jaguarman avatar jaguarman commented on August 20, 2024 1

Hi Mike , No problem. It was just a suggestion. There are more important issues and features to fix or implement. Thanks for your kind response.

from bladewind.

mkocansey avatar mkocansey commented on August 20, 2024

@jaguarman if I understand you correctly...

Assuming you have the code below

<fieldset disabled="disabled">
     <x-bladewind::input name="first_name" />
</fieldset>

Should the <x-bladewind::input name="first_name" /> be disabled even though a disabled attribute has not been specified on it?

from bladewind.

jaguarman avatar jaguarman commented on August 20, 2024

Hi Mike, I'm Peter ;-)
yes, that's the intension of a fieldset.
Currently I'm using a workarround: disabling every single field. Works too, so I think this issue has low priority.

I'll write down one or two more minimalistic bugs I found.

Best regards
Peter

from bladewind.

jaguarman avatar jaguarman commented on August 20, 2024

I'll write down one or two more minimalistic bugs I found.

I know how annoying it is to copy text from an email into a bug ticket system, copy attachments, too, so, if you don't mind, I'll raise issues here on github, so you can plan them in your kanban issue board.

from bladewind.

mkocansey avatar mkocansey commented on August 20, 2024

Hey Peter lol.
Yes raising issues here work super.
Will add the solution to this issue to the next release.

from bladewind.

mkocansey avatar mkocansey commented on August 20, 2024

@jaguarman under the hood, Bladewind uses the HTML input for the x-bladewind::input that is how come it respects the disabled fieldset. The x-bladewind::select is a custom designed dropdown using DIVs. It'll take a lot of work to get this to respect the disabled fieldset. Unfortunately you will need to set the disabled="true" on the select to make it disabled in the disabled fieldset.

<fieldset disabled>
    <x-bladewind::input placeholder="name" />
    <x-bladewind::select disabled="true">
        ...
    </x-bladewind>
</fieldset>

from bladewind.

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.