Skip to content
#

ui

Here are 1,619 public repositories matching this topic...

svelte
andylieonian
andylieonian commented Nov 8, 2018

layui.js中,getPath方法探测layui所在目录代码存在bug,只有layui.js在页面中最后引入时,才能正确找到layui路径。
,getPath = function(){
var jsPath = doc.currentScript ? doc.currentScript.src : function(){
var js = doc.scripts
,last = js.length - 1
,src;
for(var i = last; i > 0; i--){
if(js[i].readyState === 'interactive

Sortable
waynevanson
waynevanson commented Apr 16, 2020

Is your feature request related to a problem? Please describe.
readme is lengthy, verbose, not up to date and difficult to navigate.

Describe the solution you'd like
Add a separate set of docs host on github pages or in the wiki.

Describe alternatives you've considered
This is the alternative.

Additional context
Missing API's, missing examples, missing common solution

evergreen
reactstrap
twgraham
twgraham commented Feb 4, 2020
  • components: Input, CustomInput, CustomFileInput
  • reactstrap version #8.4.1
  • import method es
  • react version #16.12.0
  • bootstrap version #4.3.1

What is happening?

Input's that are invalid (i.e. have the invalid prop set to true), do not have the aria-invalid attribute applied.

What should be happening?

Invalid input's have aria-invalid attribute.

Ste

temp3l
temp3l commented Dec 25, 2019

reproduce:

  • try a schema without "properties" keyword in the playground
  • and a initial-formData of type object ...

=> make sure the formData is a string to have it fixed

Warning: Failed prop type: Invalid prop `value` supplied to `TextWidget`.
    in TextWidget
    in Unknown (created by StringField)
    in StringField (created by SchemaField)
    in div (created by WrapI
rebass
amaster507
amaster507 commented Apr 28, 2020

The docs on rebassjs.org are pretty slim when it comes to using forms and the props that are accepted and what they do.

I was able to use inputs and checkboxes without too much effort but wanted to use a Switch in an instance instead of a checkbox. A switch is a ON|OFF Component so it would make sense that in the DOM it would use a checkbox and allow handlers with OnChange but that is not wha

ak1raxyz
ak1raxyz commented May 18, 2019

部署在服务端, AriaNg 1.1.0

Nginx 开启 add_header X-Content-Type-Options "nosniff" always; 后导致浏览器拒绝加载静态资源的错误, 具体看 console 提示:

Creating Application Cache with manifest https://example.com/aria2/index.manifest
example.com/:1 Application Cache Checking event
example.com/:1 Application Cache Downloading event
example.com/:1 Refused to apply style from 'https://example.com/aria2/css/bootstrap-3.4.
as-dr
as-dr commented Feb 13, 2018

Expected behavior

In the Choo docs on Routing, in the section "Listening for Route Changes" implementing:

var html = require('choo/html')
var choo = require('choo')
var app = choo()

var app = choo()
app.use((state, emitter) => {            // 1.
  emitter.on('navigate', (route) => {    // 2.
    console.log(`Navigated to ${route}`) // 3.
  })
})

Should return a conso

falconmick
falconmick commented Jun 8, 2018

Hi Kitze.

I'm just getting started with contributing so I thought having storybook up and running would be a good way to iterate fast on my items. However when I try to run storybook the following happens:

ERROR in ./src/components/ProjectTree/stories.js
Module not found: Error: Can't resolve './data.json' in '/Users/falconmick/dev/JSUI/src/components/ProjectTree'
 @ ./src/components/
EmilMoe
EmilMoe commented Sep 11, 2017

In version 1.0.1: Which is the event that is fired when the close is triggered for an UiModal? It seems that these 2 have the same purpose (by reading the docs):

close
Emitted when the modal is hidden (i.e. when the close transition completes).Listen for it using @close.

hide
Emitted when the modal close transition completes.Listen for it using @hide.

In version 0.8.9 I thin

Improve this page

Add a description, image, and links to the ui topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the ui topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.