Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

value of input does not show in 0.8.1 #2885

Closed
ch4rc0al1080 opened this issue Mar 24, 2020 · 2 comments · Fixed by tghelere/valorize-vidas#12 or moghwan/v1.moghwan.me#6 · May be fixed by harisonbly/jobmaster#4
Closed

value of input does not show in 0.8.1 #2885

ch4rc0al1080 opened this issue Mar 24, 2020 · 2 comments · Fixed by tghelere/valorize-vidas#12 or moghwan/v1.moghwan.me#6 · May be fixed by harisonbly/jobmaster#4

Comments

@ch4rc0al1080
Copy link

This is about Bulma.

need help

Overview of the problem

This is about the Bulma CSS framework

I'm using Bulma 0.8.1
My browser is: Firefox and Chrome

Description

I use bulma as a index page of my site https://52proxy.xyz
And I found the value and placeholder have the same color with the background color of input ??? (I always use the latest version of bulma and I found the problem in today)
I am not a professional fontend programmer so I don't konw how to test it
my code is like this

<head>
  <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@latest/css/bulma.min.css">
  <script defer src="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@latest/js/all.min.js"></script>
</head>
    <div class="container has-text-centered">

    <div id="frm">

      <!-- I wouldn't touch this part -->
      <form action="index.php" method="post" style="margin-bottom:0;">
        <div class="control has-icons-left" id="form">
          <input class="input is-info is-rounded" name="url" type="text" value="https://scholar.google.com.hk/" placeholder="http(s)://" autofocus>
		  <span class="icon is-small is-left">
			<i class="fab fa-edge"></i>
		  </span>
        </div>
        <button class="button is-fullwidth is-rounded is-link" type="submit">
		<span class="icon">
			<i class="fab fa-searchengin"></i>
		</span>
		<span>
			开启隐私之旅
		</span>
		</button>
      </form>
    </div>
    </div>
@jgthms
Copy link
Owner

jgthms commented Mar 24, 2020

Indeed, that is a bug. This is the commit that changed that value: 5ba407b#diff-42c86d867d812e65b671ffb6320c7226

I'm not sure what happened. I'll release a fix asap.

@robbertkl
Copy link

robbertkl commented Apr 10, 2020

I'm also hitting this bug, after updating to the latest released version (0.8.1). Is there any chance the 0.8.2 release could be pushed out with just this fix? Thanks @jgthms !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment