GithubHelp home page GithubHelp logo

react-semantic-module's People

Contributors

derekhung avatar kvzhuang avatar s875515 avatar tancc avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

kvzhuang s875515

react-semantic-module's Issues

textfeild errorMessage 修正

c_wap_module\lib\components\textfeild\index.js
errorMessage: '超過指定字數',

改為 輸入的字數已達上限

dropdownMenu index test position issue.

testPostiion(){
let ContainerProp = this.ListNode.getBoundingClientRect();

    if( this.InitialProp.top + this.TrueHeight <= window.innerHeight ) {

==>
if(ContainerProp.top + this.TrueHeight <= window.innerHeight ) {

fileUploader mediaInfo undefined

client/components/fileUploader/index.js
if (that.props.getFileInfo) that.props.getFileInfo(that.fileList[ID]);
signatureData.extra = that.props.mediaInfo[_fileUpload.MIMEMap[f.type]];
var gen = that.generatorProcess(ID, signatureData);

that.props.mediaInfo is undefined.

droplist style

DropList在lightbox下拉時會跑版,如圖信件紅框的地方

RadioGroup Warning

Warning: RadioGroup is changing an uncontrolled input of type checkbox to be controlled. Input elements should not switch from uncontrolled to controlled (or vice versa). Decide between using a controlled or uncontrolled input element for the lifetime of the component.

Droplist Style.css

.list {
position: absolute;
padding-top: 5px;
padding-bottom: 5px;
}
add padding bottom plz

IE10 Textfield issue

constructor(props)

data: this.props.value,
errorMessage: this.props.errorMessage || '',
ACData: this.props.ACData,

to ...

data: props.value,
errorMessage: props.errorMessage || '',
ACData: props.ACData,

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.